Annotation Interface ReadOnly


@Target(FIELD) @Retention(RUNTIME) public @interface ReadOnly
Fields marked as ReadOnly should not be used in write methods (update, set...).