@Retention(value=RUNTIME)
@Target(value={ANNOTATION_TYPE,FIELD,METHOD})
@Documented
public @interface MappedProperty
Modifier and Type | Fields and Description |
---|---|
static java.lang.String |
EMBEDDED_PROPERTIES
name of the meta-annotation member to store the embedded property configuration.
|
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
definition
Used to define the mapping.
|
DataType |
type |
java.lang.String |
value
The destination the property is persisted to.
|
public static final java.lang.String EMBEDDED_PROPERTIES
public abstract java.lang.String value
@AliasFor(annotation=TypeDef.class, member="type") public abstract DataType type