@Documented @Retention(value=RUNTIME) @Target(value=ANNOTATION_TYPE) @Inherited public @interface Method
| Modifier and Type | Required Element and Description |
|---|---|
String |
name |
| Modifier and Type | Optional Element and Description |
|---|---|
int |
actives |
Argument[] |
arguments |
boolean |
async |
String |
cache |
boolean |
deprecated |
int |
executes |
boolean |
isReturn |
String |
loadbalance |
String |
merger |
String |
oninvoke |
String |
onreturn |
String |
onthrow |
int |
retries |
boolean |
sent |
boolean |
sticky |
int |
timeout |
String |
validation |
public abstract String name
public abstract String loadbalance
public abstract String oninvoke
public abstract String onreturn
public abstract String onthrow
public abstract String cache
public abstract String validation
public abstract String merger
public abstract Argument[] arguments
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.