Uses of Interface
org.glassfish.apf.AnnotationHandler
Packages that use AnnotationHandler
Package
Description
Provides the classes necessary to process J2SE 1.5 annotations in the context
of the J2EE application server.
-
Uses of AnnotationHandler in org.glassfish.apf
Methods in org.glassfish.apf that return AnnotationHandlerModifier and TypeMethodDescriptionAnnotationProcessor.getAnnotationHandler(Class<? extends Annotation> type) Methods in org.glassfish.apf with parameters of type AnnotationHandlerModifier and TypeMethodDescriptionvoidAnnotationProcessor.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 AnnotationHandlerModifier and TypeMethodDescriptionAnnotationProcessorImpl.getAnnotationHandler(Class<? extends Annotation> type) Methods in org.glassfish.apf.impl with parameters of type AnnotationHandlerModifier and TypeMethodDescriptionvoidAnnotationProcessorImpl.pushAnnotationHandler(String type, AnnotationHandler handler) This method is similar toAnnotationProcessorImpl.pushAnnotationHandler(AnnotationHandler)except that it takes an additional String type argument which allows us to avoid extracting the information from the AnnotationHandler.voidAnnotationProcessorImpl.pushAnnotationHandler(AnnotationHandler handler)