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 |
protected Resource |
_resource |
Constructor and Description |
---|
DiscoveredAnnotation(WebAppContext context,
java.lang.String className) |
DiscoveredAnnotation(WebAppContext context,
java.lang.String className,
Resource resource) |
Modifier and Type | Method and Description |
---|---|
abstract void |
apply() |
Resource |
getResource() |
java.lang.Class<?> |
getTargetClass() |
protected WebAppContext _context
protected java.lang.String _className
protected java.lang.Class<?> _clazz
protected Resource _resource
public DiscoveredAnnotation(WebAppContext context, java.lang.String className)
public DiscoveredAnnotation(WebAppContext context, java.lang.String className, Resource resource)
public abstract void apply()
public Resource getResource()
public java.lang.Class<?> getTargetClass()
Copyright © 1995–2023 Webtide. All rights reserved.