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

net.aequologica.neo.shakuntala.UUIDProducer Maven / Gradle / Ivy

There is a newer version: 0.6.7
Show newest version
package net.aequologica.neo.shakuntala;

import java.util.UUID;

public interface UUIDProducer {

    UUID getUUID();
    UUID getRandomUUID();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy