| Annotation Type | Description |
|---|---|
| Asynchronous |
Annotation to indicate whether a method should be executed
asynchronously.
|
| ByReference |
Marks a field of a non-Managed object type for inclusion in a Managed class,
using copy-by-reference.
|
| ByValue |
Marks a Serializable field for inclusion in a Managed class,
using copy-by-value.
|
| Key |
This annotation defines a single key for a Managed class.
|
| KeyField |
This annotation describes the mapping between constructor arguments
and the key field that the argument sets.
|
| KeyList |
This annotation is used to define multiple keys on a single Managed class.
|
| Managed |
Marks a class as being a Managed Object - a shared memory
backed class.
|
This package contains the annotations used to develop applications.
Managed