Interface NumericIdentifiable<T extends NumericIdentifier>

Type Parameters:
T - the type of NumericIdentifier
All Superinterfaces:
Identifiable<Long,T>

public interface NumericIdentifiable<T extends NumericIdentifier> extends Identifiable<Long,T>
Convenient typed intermediate interface for reduction of generics.
Author:
Vincent Nadoll