Annotation Type Immutable


@Documented
@Retention(SOURCE)
@Target({METHOD,FIELD,PARAMETER,LOCAL_VARIABLE,TYPE_USE})
public @interface Immutable
A marker annotation interface which marks a class as immutable.

Convenient method to document the intended immutability of a class.

Since:
4.0.0, CE 2019.1