Package org.multiverse.annotations

Contains all the annotations that can be placed in Java code to configure multiverse.

See:
          Description

Annotation Types Summary
Commute  
Exclude The Exclude 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.
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.
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.
 

Package org.multiverse.annotations Description

Contains all the annotations that can be placed in Java code to configure multiverse.



Copyright © 2008-2010 Multiverse. All Rights Reserved.