| 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 which can be one of two types:
A string with
%s placeholders for formatted values of entity attributes. |
| NumberFormat |
Specifies a format
NumberFormat.pattern() and optional NumberFormat.decimalSeparator() and NumberFormat.groupingSeparator() for
an entity attribute of the Number type. |