Annotation Interface Immutable


@Retention(RUNTIME) @Target(TYPE) public @interface Immutable
Documents instances of a class as being immutable objects and thus inherently thread-safe.
Author:
Sebastian Thomschke