Package org.jboss.ejb.client.annotation
Annotation Type ClientTransaction
-
@Target({METHOD,TYPE}) @Retention(RUNTIME) public @interface ClientTransaction
Indicate the client-side transaction handling policy for the associated EJB interface or method.- Author:
- David M. Lloyd
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description ClientTransactionPolicyvalueThe annotation value.
-
-
-
Element Detail
-
value
ClientTransactionPolicy value
The annotation value.- Returns:
- the annotation value
-
-