Interface StringIdentifiable<T extends StringIdentifier>

Type Parameters:
T - the type of StringIdentifier
All Superinterfaces:
Identifiable<String,T>

public interface StringIdentifiable<T extends StringIdentifier> extends Identifiable<String,T>
Convenient typed intermediate interface for reduction of generics.
Author:
Vincent Nadoll