Annotation Type Immutable.Include


  • @Target(FIELD)
    public static @interface Immutable.Include
    A field of a class which is annotated by Immutable can be annotated by Immutable.Include. If so, every field of the field's type is copied into the immutable class. see Immutable
    Since:
    2.0.0
    Author:
    Oliver Libutzki <[email protected]>
    See Also:
    Immutable