Uses of Class
org.glassfish.apf.AnnotationInfo
-
Packages that use AnnotationInfo 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 AnnotationInfo in org.glassfish.apf
Methods in org.glassfish.apf that return AnnotationInfo Modifier and Type Method Description AnnotationInfoAnnotationProcessorException. getLocator()Return information about the annotation and annotated element which caused the exception or null if it is not available.Methods in org.glassfish.apf with parameters of type AnnotationInfo Modifier and Type Method Description voidAnnotationProcessor. log(Level level, AnnotationInfo locator, String localizedMessage)Log a message on the default loggerHandlerProcessingResultAnnotationHandler. processAnnotation(AnnotationInfo element)Process a particular annotation which type is the same as the one returned by @see getAnnotationType().Constructors in org.glassfish.apf with parameters of type AnnotationInfo Constructor Description AnnotationProcessorException(String message, AnnotationInfo locator)Creates a new annotation exception -
Uses of AnnotationInfo in org.glassfish.apf.impl
Methods in org.glassfish.apf.impl with parameters of type AnnotationInfo Modifier and Type Method Description voidAnnotationProcessorImpl. log(Level level, AnnotationInfo locator, String localizedMessage)Log a message on the default logger
-