Annotation Type Immutable


@Retention(SOURCE) @Target(FIELD) public @interface Immutable
Documents that the value assigned to the annotated field is immutable and thus safe for concurrent access.
Author:
Gunnar Morling