org.eclipse.jetty.webapp
public abstract class DiscoveredAnnotation extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
_className |
protected java.lang.Class<?> |
_clazz |
protected WebAppContext |
_context |
| Constructor and Description |
|---|
DiscoveredAnnotation(WebAppContext context,
java.lang.String className) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
apply() |
java.lang.Class<?> |
getTargetClass() |
protected WebAppContext _context
protected java.lang.String _className
protected java.lang.Class<?> _clazz
public DiscoveredAnnotation(WebAppContext context, java.lang.String className)
Copyright © 2017. All Rights Reserved.