Interface UuidIdentifiable<T extends UuidIdentifier>

Type Parameters:
T - the type of UuidIdentifier
All Superinterfaces:
Identifiable<UUID,T>

public interface UuidIdentifiable<T extends UuidIdentifier> extends Identifiable<UUID,T>
Convenient typed intermediate interface for reduction of generics.
Author:
Vincent Nadoll