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


@Target(value=PARAMETER)
@Retention(value=RUNTIME)
@Documented
public @interface BAParam

Annotates the service's parameter so that it can be processed by the datamgmt mechanism and 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