|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Annotation Types Summary | |
|---|---|
| FieldGranularity | Annotation that can be placed above a field to indicate that the STM should use a field level granularity instead of object level granularity. |
| NonTransactional | The NonTransactional annotation can be used for the following purposes:
Can be placed on a field of an TransactionalObject to exclude it from being managed by
the STM. |
| TransactionalConstructor | Annotation that can be placed on constructor. |
| TransactionalMethod | Annotation that can be added to a method and constructors to make them Transactional. |
| TransactionalObject | Can be placed on an object to make it Transactional. |
Contains all the annotations that can be placed in Java code to configure multiverse.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||