批注类型 AtFieldAccess
@Documented
@Retention(RUNTIME)
@Target(METHOD)
@InterceptorParserHander(parserHander=FieldAccessInterceptorProcessorParser.class)
public @interface AtFieldAccess
-
嵌套类概要
嵌套类 -
必需元素概要
所需元素 -
可选元素概要
可选元素
-
元素详细资料
-
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
-
type
Class<?> type- 默认值:
java.lang.Void.class
-
name
String name -
count
int count- 默认值:
-1
-
flags
int flags- 默认值:
3
-
whenComplete
boolean whenComplete- 默认值:
false
-