Uses of Class
org.glassfish.apf.AnnotationInfo
Packages that use AnnotationInfo
Package
Description
Provides the classes necessary to process J2SE 1.5 annotations in the context
of the J2EE application server.
-
Uses of AnnotationInfo in org.glassfish.apf
Methods in org.glassfish.apf that return AnnotationInfoModifier and TypeMethodDescriptionAnnotationProcessorException.getAnnotationInfo()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 AnnotationInfoModifier and TypeMethodDescriptionvoidAnnotationProcessor.log(Level level, AnnotationInfo locator, String localizedMessage) Log a message on the default loggerAnnotationHandler.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 AnnotationInfoModifierConstructorDescriptionAnnotationProcessorException(String message, AnnotationInfo annotationInfo) Creates a new annotation exceptionAnnotationProcessorException(String message, AnnotationInfo annotationInfo, Throwable cause) Creates a new annotation exception -
Uses of AnnotationInfo in org.glassfish.apf.impl
Methods in org.glassfish.apf.impl with parameters of type AnnotationInfoModifier and TypeMethodDescriptionvoidAnnotationProcessorImpl.log(Level level, AnnotationInfo locator, String localizedMessage) Log a message on the default LOG