@Target(value={FIELD,METHOD})
@Retention(value=SOURCE)
public static @interface EqualsAndHashCode.Include
Configure the behaviour of how this member is treated in the equals and hashCode implementation; if on a method, include the method's return value as part of calculating hashCode/equality.