Annotation Type Immutable
-
@Documented @Retention(SOURCE) @Target(TYPE) public @interface Immutable
Indicates that the target class to which this annotation is applied is immutable.
@Documented
@Retention(SOURCE)
@Target(TYPE)
public @interface Immutable