Annotation Interface Immutable


@Retention(RUNTIME) @Target({METHOD,TYPE}) public @interface Immutable
Annotates a program element (class, method) which must be immutable.