org.eclipse.jetty.annotations
Class PreDestroyAnnotationHandler

java.lang.Object
  extended by org.eclipse.jetty.annotations.AnnotationIntrospector.AbstractIntrospectableAnnotationHandler
      extended by org.eclipse.jetty.annotations.PreDestroyAnnotationHandler
All Implemented Interfaces:
AnnotationIntrospector.IntrospectableAnnotationHandler

public class PreDestroyAnnotationHandler
extends AnnotationIntrospector.AbstractIntrospectableAnnotationHandler


Constructor Summary
PreDestroyAnnotationHandler(WebAppContext wac)
           
 
Method Summary
 void doHandle(Class clazz)
           
 
Methods inherited from class org.eclipse.jetty.annotations.AnnotationIntrospector.AbstractIntrospectableAnnotationHandler
handle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PreDestroyAnnotationHandler

public PreDestroyAnnotationHandler(WebAppContext wac)
Method Detail

doHandle

public void doHandle(Class clazz)
Specified by:
doHandle in class AnnotationIntrospector.AbstractIntrospectableAnnotationHandler


Copyright © 1995-2011 Mort Bay Consulting. All Rights Reserved.