@Documented
@Target(value={TYPE,METHOD})
@Retention(value=RUNTIME)
public @interface ReadOnly
Indicates an entity class or a field of an entity class as read only. When read only the type
or field will not be modifiable and can be used in queries only.