public abstract class DiscoveredAnnotation extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
_className |
protected Class<?> |
_clazz |
protected WebAppContext |
_context |
protected Resource |
_resource |
Constructor and Description |
---|
DiscoveredAnnotation(WebAppContext context,
String className) |
DiscoveredAnnotation(WebAppContext context,
String className,
Resource resource) |
protected WebAppContext _context
protected String _className
protected Class<?> _clazz
protected Resource _resource
public DiscoveredAnnotation(WebAppContext context, String className)
public DiscoveredAnnotation(WebAppContext context, String className, Resource resource)
Copyright © 1995-2015 Webtide. All Rights Reserved.