注释类型 Method
-
@Documented @Retention(RUNTIME) @Target(ANNOTATION_TYPE) @Inherited public @interface Method
- 从以下版本开始:
- 2.6.5 * * 2018/9/29
-
-
可选元素概要
可选元素 修饰符和类型 可选元素 说明 intactivesArgument[]argumentsbooleanasyncStringcachebooleandeprecatedintexecutesbooleanisReturnStringloadbalanceStringmergerStringoninvokeStringonreturnStringonthrowString[]parametersCustomized parameter key-value pair, for example: {key1, value1, key2, value2} or {"key1=value1", "key2=value2"}intretriesbooleansentbooleanstickyinttimeoutStringvalidation
-
-
-
元素详细资料
-
name
String name
-
-
-
loadbalance
String loadbalance
- 默认值:
- ""
-
-
-
oninvoke
String oninvoke
- 默认值:
- ""
-
-
-
onreturn
String onreturn
- 默认值:
- ""
-
-
-
onthrow
String onthrow
- 默认值:
- ""
-
-
-
cache
String cache
- 默认值:
- ""
-
-
-
validation
String validation
- 默认值:
- ""
-
-
-
merger
String merger
- 默认值:
- ""
-
-
-
arguments
Argument[] arguments
- 默认值:
- {}
-
-
-
parameters
String[] parameters
Customized parameter key-value pair, for example: {key1, value1, key2, value2} or {"key1=value1", "key2=value2"}- 默认值:
- {}
-
-