Annotation Interface Immutable


@Inherited @Retention(RUNTIME) @Documented @Target(TYPE) public @interface Immutable
Indicates that instances of the annotated class or of its subclasses are immutable, i.e. do not provide any means of mutating their state
Since:
1.0