Class DiscoveredAnnotation
java.lang.Object
org.eclipse.jetty.ee8.webapp.DiscoveredAnnotation
- Direct Known Subclasses:
WebFilterAnnotation, WebListenerAnnotation, WebServletAnnotation
DiscoveredAnnotation
Represents an annotation that has been discovered
by scanning source code of WEB-INF/classes and WEB-INF/lib jars.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Class<?> protected WebAppContextprotected Resource -
Constructor Summary
ConstructorsConstructorDescriptionDiscoveredAnnotation(WebAppContext context, String className) DiscoveredAnnotation(WebAppContext context, String className, Resource resource) -
Method Summary
-
Field Details
-
_context
-
_className
-
_clazz
-
_resource
-
-
Constructor Details
-
DiscoveredAnnotation
-
DiscoveredAnnotation
-
-
Method Details
-
apply
public abstract void apply() -
getClassName
-
getResource
-
getTargetClass
-
toString
-