Annotation Type | Description |
---|---|
Composition |
Marks a reference as composition.
|
JavaClass |
Defines what Java class is handled by the annotated datatype.
|
MetaClass | |
MetaProperty |
This annotation is used to define a non-persistent attribute, or to specify additional properties of a persistent
attribute.
|
NamePattern |
Defines an instance name format pattern in the form {0}|{1}, where
{0} - format string as for
String.format(java.lang.String, java.lang.Object...) , or a name of this object method, returning string,
with # symbol in the beginning. |
NumberFormat |
Specifies a format
NumberFormat.pattern() and optional NumberFormat.decimalSeparator() and NumberFormat.groupingSeparator() for
an entity attribute of the Number type. |