|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface EntityResolver.Entity
Object representing an Entity. Annotations whose Entity
objects are equal
will be displayed in the same color in the viewer.
This means that either the EntityResolver
must return the identical (==
) Entity
object for annotations belonging to the
same entity, or your Entity
objects must implement Object.equals(Object)
and
Object.hashCode()
.
Method Summary | |
---|---|
java.lang.String |
getCanonicalForm()
Returns the canonical form String for an Entity. |
Method Detail |
---|
java.lang.String getCanonicalForm()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |