All Downloads are FREE. Search and download functionalities are using the official Maven repository.

dev.vality.woody.api.generator.IdGenerator Maven / Gradle / Ivy

There is a newer version: 2.0.8
Show newest version
package dev.vality.woody.api.generator;

public interface IdGenerator {

    String generateId();

    String generateId(String prefix);

    String generateId(String prefix, int counter);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy