Annotation Type Immutable.Modifiable


  • @Target({FIELD,METHOD})
    public static @interface Immutable.Modifiable
    The annotated field is modifiable. Use this annotation with caution as it breaks the immutability of the declaring class! see Immutable
    Since:
    2.0.0
    Author:
    Oliver Libutzki <[email protected]>
    See Also:
    Immutable