Annotation Interface Immutable


@Documented @Retention(CLASS) @Target({TYPE,TYPE_USE}) public @interface Immutable
Documents that the annotated type is immutable. This means that its state can not be seen to change and can not be changed by callers.