Interface UUIDable


  • public interface UUIDable
    Interface for any object that has a UUID. The UUID must be constant for the lifetime of the object.
    • Method Detail

      • getUUID

        UUID getUUID()
        Returns the UUID of this object.
        Returns:
        a non-null UUID.