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