@Target(value={METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface MetaProperty
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
datatype
Explicitly defined datatype that overrides a datatype inferred from the attribute Java type.
|
boolean |
mandatory
Whether the attribute is required.
|
java.lang.String[] |
related
Related properties are fetched from the database when this property is included in a view.
|