org.oasisopen.sca.annotation
Annotation Type AsyncInvocation


@Inherited
@Target(value={TYPE,METHOD})
@Retention(value=RUNTIME)
public @interface AsyncInvocation

The @AsyncInvocation annotation is used to indicate that the operations of a Java interface uses the long-running request-response pattern as described in the SCA Assembly specification.


Optional Element Summary
 boolean value
           
 

value

public abstract boolean value
Default:
true