org.eclipse.jetty.annotations
public abstract class AbstractDiscoverableAnnotationHandler extends java.lang.Object implements AnnotationParser.DiscoverableAnnotationHandler
Modifier and Type | Field and Description |
---|---|
protected java.util.List<DiscoveredAnnotation> |
_annotations |
protected WebAppContext |
_context |
Constructor and Description |
---|
AbstractDiscoverableAnnotationHandler(WebAppContext context) |
Modifier and Type | Method and Description |
---|---|
void |
addAnnotation(DiscoveredAnnotation a) |
java.util.List<DiscoveredAnnotation> |
getAnnotationList() |
void |
resetList() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
handleClass, handleField, handleMethod
protected WebAppContext _context
protected java.util.List<DiscoveredAnnotation> _annotations
public AbstractDiscoverableAnnotationHandler(WebAppContext context)
public java.util.List<DiscoveredAnnotation> getAnnotationList()
public void resetList()
public void addAnnotation(DiscoveredAnnotation a)
Copyright © 2016. All Rights Reserved.