Uses of Package
org.multiverse.annotations

Packages that use org.multiverse.annotations
org.multiverse.transactional This package contains transactional structures like collections but also more complex structures like executors. 
org.multiverse.transactional.arrays   
org.multiverse.transactional.collections This package contains datastructures like queues and maps written to be used in STM transactions. 
org.multiverse.transactional.executors This package contains functionality for transactional Executor functionality. 
org.multiverse.transactional.primitives This package contains transactional wrappers around primitive types like int and boolean. 
 

Classes in org.multiverse.annotations used by org.multiverse.transactional
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.
 

Classes in org.multiverse.annotations used by org.multiverse.transactional.arrays
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.
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.
 

Classes in org.multiverse.annotations used by org.multiverse.transactional.collections
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.
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.
 

Classes in org.multiverse.annotations used by org.multiverse.transactional.executors
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.
 

Classes in org.multiverse.annotations used by org.multiverse.transactional.primitives
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.
 



Copyright © 2008-2010 Multiverse. All Rights Reserved.