Package de.caluga.morphium.annotations
Annotation Type Aliases
-
@Target(FIELD) @Retention(RUNTIME) public @interface Aliases
User: Stephan Bösebeck Date: 07.05.12 Time: 17:52 Define aliases for a field. This way, the same property of an entity might be used with different waysclass Data {
-
-
Element Detail
-
value
String[] value
- Default:
- {}
-
-