-
- All Implemented Interfaces:
-
java.lang.annotation.Annotation
@Target(value = {ElementType.FIELD, ElementType.LOCAL_VARIABLE, ElementType.PARAMETER, ElementType.METHOD}) public @interface Immutable
Signals that the annotated element is an immutable object. Write operations against this element will fail.