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