Package org.eclipse.jetty.webapp
Class DiscoveredAnnotation
java.lang.Object
org.eclipse.jetty.webapp.DiscoveredAnnotation
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 String
protected Class<?>
protected WebAppContext
protected Resource
private static final Logger
-
Constructor Summary
ConstructorsConstructorDescriptionDiscoveredAnnotation
(WebAppContext context, String className) DiscoveredAnnotation
(WebAppContext context, String className, Resource resource) -
Method Summary
-
Field Details
-
LOG
-
_context
-
_className
-
_clazz
-
_resource
-
-
Constructor Details
-
DiscoveredAnnotation
-
DiscoveredAnnotation
-
-
Method Details
-
apply
public abstract void apply() -
getResource
-
getTargetClass
-
loadClass
private void loadClass()
-