AnnotationIntrospector.IntrospectableAnnotationHandlerpublic class PreDestroyAnnotationHandler extends AnnotationIntrospector.AbstractIntrospectableAnnotationHandler
| Constructor | Description |
|---|---|
PreDestroyAnnotationHandler(org.eclipse.jetty.webapp.WebAppContext wac) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
doHandle(java.lang.Class clazz) |
|
boolean |
supportsPreDestroy(java.lang.Class c) |
Check if the spec permits the given class to use the PreDestroy annotation.
|
handlepublic PreDestroyAnnotationHandler(org.eclipse.jetty.webapp.WebAppContext wac)
public void doHandle(java.lang.Class clazz)
doHandle in class AnnotationIntrospector.AbstractIntrospectableAnnotationHandlerpublic boolean supportsPreDestroy(java.lang.Class c)
c - the classCopyright © 1995–2018 Webtide. All rights reserved.