Annotation Interface Immutable


@Target(TYPE) @Retention(RUNTIME) public @interface Immutable
Annotation for persistent entities to indicate the class is designed in immutable way.
Since:
2.1
Author:
Oliver Gierke