![JAR search and dependency download from the Maven repository](/logo.png)
org.openfact.models.utils.OpenfactModelUtils Maven / Gradle / Ivy
The newest version!
package org.openfact.models.utils;
import java.util.UUID;
/**
* Set of helper methods, which are useful in various model implementations.
*/
public final class OpenfactModelUtils {
private OpenfactModelUtils() {
}
public static String generateId() {
return UUID.randomUUID().toString();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy