@Retention(value=RUNTIME) @Target(value=java.lang.annotation.ElementType.METHOD) public @interface AsyncFailure
| Modifier and Type | Required Element and Description | 
|---|---|
String | 
operation
Deprecated.  
This attribute specifies the target method name on the stub that this method will
 be handling the asynchronous failures for. 
 | 
String | 
target
Deprecated.  
This attribute specifies the target stub name that this method will be handing the
 asynchronous failures for. 
 | 
public abstract String target
public abstract String operation