public class WebListenerAnnotationHandler extends AbstractDiscoverableAnnotationHandler
Modifier and Type | Field and Description |
---|---|
private static Logger |
LOG |
_context
Constructor and Description |
---|
WebListenerAnnotationHandler(WebAppContext context) |
Modifier and Type | Method and Description |
---|---|
void |
handle(AnnotationParser.ClassInfo info,
java.lang.String annotationName) |
void |
handle(AnnotationParser.FieldInfo info,
java.lang.String annotationName) |
void |
handle(AnnotationParser.MethodInfo info,
java.lang.String annotationName) |
addAnnotation
handle, handle, handle
private static final Logger LOG
public WebListenerAnnotationHandler(WebAppContext context)
public void handle(AnnotationParser.ClassInfo info, java.lang.String annotationName)
handle
in interface AnnotationParser.Handler
handle
in class AnnotationParser.AbstractHandler
public void handle(AnnotationParser.FieldInfo info, java.lang.String annotationName)
handle
in interface AnnotationParser.Handler
handle
in class AnnotationParser.AbstractHandler
public void handle(AnnotationParser.MethodInfo info, java.lang.String annotationName)
handle
in interface AnnotationParser.Handler
handle
in class AnnotationParser.AbstractHandler