Annotation Type Immutable


  • @Target({TYPE,METHOD})
    @Retention(RUNTIME)
    @Inherited
    public @interface Immutable
    Marker annotation to indicate an immutable class (no setters).
    Since:
    6.0.0
    Author:
    henrichen, dennis