批注类型 AtInvokeException
@Documented
@Retention(RUNTIME)
@Target(METHOD)
@InterceptorParserHander(parserHander=InvokeExceptionInterceptorProcessorParser.class)
public @interface AtInvokeException
- 作者:
- hengyunabc 2020-05-03
-
嵌套类概要
嵌套类 -
必需元素概要
所需元素 -
可选元素概要
可选元素
-
元素详细资料
-
inline
boolean inline- 默认值:
true
-
suppress
- 默认值:
com.alibaba.bytekit.asm.interceptor.annotation.None.class
-
suppressHandler
Class<?> suppressHandler- 默认值:
java.lang.Void.class
-
owner
Class<?> owner- 默认值:
java.lang.Void.class
-
name
String namemethod name- 返回:
-
desc
String desc- 默认值:
""
-
count
int count- 默认值:
-1
-
excludes
String[] excludes- 默认值:
{}
-