Package org.jboss.stm.annotations
Annotation Type Nested
Defines that the container will create a new transaction
for each method invocation, regardless of whether there is
already a transaction associated with the caller. These transactions
will then either be top-level transactions or nested automatically
depending upon the context within which they are created.
- Author:
- marklittle