Package lombok
Annotation Type EqualsAndHashCode.Exclude
@Target(FIELD)
@Retention(SOURCE)
public static @interface EqualsAndHashCode.Exclude
If present, do not include this field in the generated
equals and hashCode methods.