Annotation Type Immutable.ExcludeFromEqualsHashCode


  • @Target({FIELD,METHOD})
    public static @interface Immutable.ExcludeFromEqualsHashCode
    The annotated field is not respected in the equals(Object) and hashCode() method of the declaring class. see Immutable
    Since:
    2.0.0
    Author:
    Oliver Libutzki <[email protected]>
    See Also:
    Immutable