Annotation Interface EqualsAndHashCode.Exclude

Enclosing class:
EqualsAndHashCode

@Retention(RUNTIME) @Target({FIELD,PARAMETER}) public static @interface EqualsAndHashCode.Exclude
The annotation to be used with EqualsAndHashCode on a property to hide the value from being processed.
Since:
1.3
Author:
Elif Kurtay