Interface Annotated<T>

Type Parameters:
T - the type of the annotated object

public interface Annotated<T>
An interface whose implementations bear semantically significant annotations.

Semantically significant annotations are included in hashcode and equality computations.

Author:
Laird Nelson
See Also: