org.oasisopen.sca.annotation
Annotation Type AsyncFault


@Inherited
@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface AsyncFault

The @AsyncFault annotation is used to indicate the faults/exceptions which are returned by the asynchronous service method which it annotates.


Optional Element Summary
 java.lang.Class<?>[] value
           
 

value

public abstract java.lang.Class<?>[] value
Default:
{}