JavaScript is disabled on your browser.
Skip navigation links
Narayana: narayana-full 7.1.0.Final
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field |
Required |
Optional
Detail:
Field |
Element
SEARCH
Package
org.jboss.stm.annotations
Annotation Type TransactionFree
@Inherited
@Retention
(
RUNTIME
)
@Target
(
METHOD
)
public @interface
TransactionFree
Means that the method is not transactional, so no context on the thread or locks acquired/released.
Author:
marklittle