org.jboss.txbridge.ba.annotation
Annotation Type BAResult


@Target(value=METHOD)
@Retention(value=RUNTIME)
@Documented
public @interface BAResult

Annotates the service's return value to be processed by the datamgmt mechanism so that it can be used as an argument or within a datamgmt action.

Version:
0.1
Author:
Maciej P. Machulak (mmachulak@redhat.com)

Required Element Summary
 java.lang.String value
           
 

Element Detail

value

public abstract java.lang.String value