Package lombok
Annotation Type EqualsAndHashCode.Include
-
@Target({FIELD,METHOD}) @Retention(SOURCE) public static @interface EqualsAndHashCode.IncludeConfigure the behaviour of how this member is treated in theequalsandhashCodeimplementation; if on a method, include the method's return value as part of calculating hashCode/equality.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.StringreplacesDefaults to the method name of the annotated member.
-