Annotation Type DontOverrideEqualsAndHashCode
Deprecated.
this annotation is applicable by default thus it is redundant
Marker indicating that
Object.equals(Object) and Object.hashCode() methods
are not overridden for this class for some reason.-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionDeprecated.Retrieves the reason why this class'sObject.equals(Object)andObject.hashCode()methods are not overridden.
-
Element Details
-
value
String valueDeprecated.Retrieves the reason why this class'sObject.equals(Object)andObject.hashCode()methods are not overridden.- Returns:
- reason for not overriding
Object.hashCode()andObject.equals(Object)methods
- Default:
- ""
-