Annotation Type ReadOnly


@Target({FIELD,METHOD,TYPE}) @Retention(RUNTIME) public @interface ReadOnly
Extension annotation allowing for specifying a field as Read-Only (insertable=false, updateable=false) or for specifying a class as Read-Only.