批注类型 AtThrow
@Documented
@Retention(RUNTIME)
@Target(METHOD)
@InterceptorParserHander(parserHander=ThrowInterceptorProcessorParser.class)
public @interface AtThrow
-
嵌套类概要
嵌套类 -
可选元素概要
可选元素
-
元素详细资料
-
inline
boolean inline- 默认值:
true
-
suppress
- 默认值:
com.alibaba.bytekit.asm.interceptor.annotation.None.class
-
suppressHandler
Class<?> suppressHandler- 默认值:
java.lang.Void.class
-
count
int count- 默认值:
-1
-