Uses of Interface
org.glassfish.apf.AnnotationHandler

Packages that use AnnotationHandler
org.glassfish.apf Provides the classes necessary to process J2SE 1.5 annotations in the context of the J2EE application server. 
org.glassfish.apf.impl   
 

Uses of AnnotationHandler in org.glassfish.apf
 

Methods in org.glassfish.apf that return AnnotationHandler
 AnnotationHandler AnnotationProcessor.getAnnotationHandler(Class<? extends Annotation> type)
           
 

Methods in org.glassfish.apf with parameters of type AnnotationHandler
 void AnnotationProcessor.pushAnnotationHandler(AnnotationHandler handler)
          Registers a new AnnotationHandler for a particular annotation type.
 

Uses of AnnotationHandler in org.glassfish.apf.impl
 

Methods in org.glassfish.apf.impl that return AnnotationHandler
 AnnotationHandler AnnotationProcessorImpl.getAnnotationHandler(Class<? extends Annotation> type)
           
 

Methods in org.glassfish.apf.impl with parameters of type AnnotationHandler
 void AnnotationProcessorImpl.pushAnnotationHandler(AnnotationHandler handler)
           
 



Copyright © 2012 GlassFish Community. All Rights Reserved.