Package de.caluga.morphium.annotations
Annotation Type Property
-
@Target(FIELD) @Retention(RUNTIME) public @interface Property
User: Stpehan Bösebeck Date: 26.03.12 Time: 11:14 Define this field to be a Property. Usually not necessary, as all fields are Properties by default. But with this annotation, the name of the field in mongo can be changed.
-
-
Element Detail
-
fieldName
String fieldName
- Default:
- "."
-
-