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

brainslug.util.IdGenerator Maven / Gradle / Ivy

The newest version!
package brainslug.util;

import brainslug.flow.definition.Identifier;

public interface IdGenerator {
  Identifier generateId();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy