Class PreDestroyAnnotationHandler
java.lang.Object
org.eclipse.jetty.ee11.annotations.AnnotationIntrospector.AbstractIntrospectableAnnotationHandler
org.eclipse.jetty.ee11.annotations.PreDestroyAnnotationHandler
- All Implemented Interfaces:
 AnnotationIntrospector.IntrospectableAnnotationHandler
public class PreDestroyAnnotationHandler
extends AnnotationIntrospector.AbstractIntrospectableAnnotationHandler
- 
Field Summary
Fields inherited from class AnnotationIntrospector.AbstractIntrospectableAnnotationHandler
_context, _introspectAncestors - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidbooleansupportsPreDestroy(Class<?> c) Check if the spec permits the given class to use the PreDestroy annotation.Methods inherited from class AnnotationIntrospector.AbstractIntrospectableAnnotationHandler
getContext, handle, isAnnotatableServletClass 
- 
Constructor Details
- 
PreDestroyAnnotationHandler
 
 - 
 - 
Method Details
- 
doHandle
- Specified by:
 doHandlein classAnnotationIntrospector.AbstractIntrospectableAnnotationHandler
 - 
supportsPreDestroy
Check if the spec permits the given class to use the PreDestroy annotation.- Parameters:
 c- the class- Returns:
 - true if permitted, false otherwise
 
 
 -