|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
public static interface AnnotationParser.DiscoverableAnnotationHandler
DiscoverableAnnotationHandler Processes an annotation when it is discovered on a class.
| 方法摘要 | |
|---|---|
String |
getAnnotationName()
Get the name of the annotation processed by this handler. |
void |
handleClass(String className,
int version,
int access,
String signature,
String superName,
String[] interfaces,
String annotation,
List<AnnotationParser.Value> values)
Process an annotation that was discovered on a class |
void |
handleField(String className,
String fieldName,
int access,
String fieldType,
String signature,
Object value,
String annotation,
List<AnnotationParser.Value> values)
Process an annotation that was discovered on a field |
void |
handleMethod(String className,
String methodName,
int access,
String desc,
String signature,
String[] exceptions,
String annotation,
List<AnnotationParser.Value> values)
Process an annotation that was discovered on a method |
| 方法详细信息 |
|---|
void handleClass(String className,
int version,
int access,
String signature,
String superName,
String[] interfaces,
String annotation,
List<AnnotationParser.Value> values)
className - version - access - signature - superName - interfaces - annotation - values -
void handleMethod(String className,
String methodName,
int access,
String desc,
String signature,
String[] exceptions,
String annotation,
List<AnnotationParser.Value> values)
className - methodName - access - desc - signature - exceptions - annotation - values -
void handleField(String className,
String fieldName,
int access,
String fieldType,
String signature,
Object value,
String annotation,
List<AnnotationParser.Value> values)
className - fieldName - access - fieldType - signature - value - annotation - values - String getAnnotationName()
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||