public abstract static class AnnotationParser.AbstractHandler extends Object implements AnnotationParser.Handler
Constructor and Description |
---|
AnnotationParser.AbstractHandler() |
Modifier and Type | Method and Description |
---|---|
void |
handle(AnnotationParser.ClassInfo classInfo) |
void |
handle(AnnotationParser.ClassInfo info,
String annotationName) |
void |
handle(AnnotationParser.FieldInfo fieldInfo) |
void |
handle(AnnotationParser.FieldInfo info,
String annotationName) |
void |
handle(AnnotationParser.MethodInfo methodInfo) |
void |
handle(AnnotationParser.MethodInfo info,
String annotationName) |
public void handle(AnnotationParser.ClassInfo classInfo)
handle
in interface AnnotationParser.Handler
public void handle(AnnotationParser.MethodInfo methodInfo)
handle
in interface AnnotationParser.Handler
public void handle(AnnotationParser.FieldInfo fieldInfo)
handle
in interface AnnotationParser.Handler
public void handle(AnnotationParser.ClassInfo info, String annotationName)
handle
in interface AnnotationParser.Handler
public void handle(AnnotationParser.MethodInfo info, String annotationName)
handle
in interface AnnotationParser.Handler
public void handle(AnnotationParser.FieldInfo info, String annotationName)
handle
in interface AnnotationParser.Handler
Copyright © 1995-2015 Webtide. All Rights Reserved.