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 {@link Object#equals(Object)} and{@link Object#hashCode()}.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|