Uses of Interface
org.glassfish.apf.AnnotationHandler
-
Packages that use AnnotationHandler Package Description 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 Modifier and Type Method Description AnnotationHandlerAnnotationProcessor. getAnnotationHandler(Class<? extends Annotation> type)Methods in org.glassfish.apf with parameters of type AnnotationHandler Modifier and Type Method Description voidAnnotationProcessor. 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 Modifier and Type Method Description AnnotationHandlerAnnotationProcessorImpl. getAnnotationHandler(Class<? extends Annotation> type)Methods in org.glassfish.apf.impl that return types with arguments of type AnnotationHandler Modifier and Type Method Description static org.glassfish.hk2.api.ActiveDescriptor<AnnotationHandler>AnnotationUtils. getAnnotationHandlerForDescriptor(org.glassfish.hk2.api.ServiceLocator locator, Class<?> forThis)Gets the annotation handler for the given class (without causing any of the annotation handlers to be classloaded)Methods in org.glassfish.apf.impl with parameters of type AnnotationHandler Modifier and Type Method Description voidAnnotationProcessorImpl. 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)
-