|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value={METHOD,TYPE}) @Retention(value=RUNTIME) public @interface TransactionAttribute
Defines the transaction attribute used for all methods on a given class or for a given method.
Optional Element Summary | |
---|---|
TransactionAttributeType |
value
Value to use (default is REQUIRED). |
public abstract TransactionAttributeType value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |