org.oasisopen.sca.annotation
Annotation Type OneWay


@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface OneWay

The @OneWay annotation is used on a Java interface or class method to indicate that invocations will be dispatched in a non-blocking fashion as described in the section on Asynchronous Programming. The @OneWay annotation has no attributes.