Package org.eclipse.jetty.ee10.webapp
Class DiscoveredAnnotation
java.lang.Object
org.eclipse.jetty.ee10.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
Modifier and TypeFieldDescriptionprotected String
protected Class<?>
protected WebAppContext
protected Resource
-
Constructor Summary
ConstructorDescriptionDiscoveredAnnotation
(WebAppContext context, String className) DiscoveredAnnotation
(WebAppContext context, String className, Resource resource) -
Method Summary