@Retention(RUNTIME)
@Target({TYPE,METHOD,FIELD})
@Documented
@WebServiceFeatureAnnotation(id="http://jax-ws.oracle.com/features/transactionalfeature",
                             bean=TransactionalFeature.class)
public @interface Transactional
| Modifier and Type | Optional Element | Description | 
|---|---|---|
boolean | 
enabled | 
 Specifies if this feature is enabled or disabled. 
 | 
weblogic.wsee.wstx.wsat.Transactional.TransactionFlowType | 
value | 
|
weblogic.wsee.wstx.wsat.Transactional.Version | 
version | 
 Specifies the version of WS-AT being supported, 
 when used together with  @WebServiceRef, the default value Version.WSAT10. 
 | 
boolean enabled
weblogic.wsee.wstx.wsat.Transactional.Version version