Uses of Class
org.glassfish.apf.AnnotationInfo

Packages that use AnnotationInfo
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
 AnnotationInfo AnnotationProcessorException.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
 void AnnotationProcessor.log(java.util.logging.Level level, AnnotationInfo locator, java.lang.String localizedMessage)
          Log a message on the default logger
 HandlerProcessingResult AnnotationHandler.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
AnnotationProcessorException(java.lang.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
 void AnnotationProcessorImpl.log(java.util.logging.Level level, AnnotationInfo locator, java.lang.String localizedMessage)
          Log a message on the default logger
 



Copyright © 2012 GlassFish Community. All Rights Reserved.