Annotation Interface ReadOnlyProperty


@Retention(RUNTIME) @Target({FIELD,METHOD,ANNOTATION_TYPE}) public @interface ReadOnlyProperty
Marks a field to be read-only for the mapping framework and therefore will not be persisted.
Since:
1.9
Author:
Christoph Strobl