Annotation Type Immutable


@Target(TYPE) @Retention(RUNTIME) public @interface Immutable
Indicates that an object is either explicitly or effectively immutable.
Author:
Paul Ferraro