Annotation Type DontOverrideEqualsAndHashCode


@Deprecated @Inherited @Documented @Target(TYPE) public @interface 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.