public class PostConstructAnnotationHandler extends AnnotationIntrospector.AbstractIntrospectableAnnotationHandler
| Modifier and Type | Field and Description |
|---|---|
protected WebAppContext |
_context |
| Constructor and Description |
|---|
PostConstructAnnotationHandler(WebAppContext wac) |
| Modifier and Type | Method and Description |
|---|---|
void |
doHandle(Class clazz) |
boolean |
supportsPostConstruct(Class c)
Check if the given class is permitted to have PostConstruct annotation.
|
handleprotected WebAppContext _context
public PostConstructAnnotationHandler(WebAppContext wac)
public void doHandle(Class clazz)
doHandle in class AnnotationIntrospector.AbstractIntrospectableAnnotationHandlerpublic boolean supportsPostConstruct(Class c)
c - the classCopyright © 1995–2017 Webtide. All rights reserved.