Package de.caluga.morphium.annotations
Annotation Type ReadOnly
-
@Target(FIELD) @Retention(RUNTIME) public @interface ReadOnly
mark a property as read only - will only be read from Mongo, but never stored
@Target(FIELD) @Retention(RUNTIME) public @interface ReadOnly