Uses of Package
org.glassfish.apf

Packages that use org.glassfish.apf
org.glassfish.apf Provides the classes necessary to process J2SE 1.5 annotations in the context of the J2EE application server. 
org.glassfish.apf.context   
org.glassfish.apf.impl   
 

Classes in org.glassfish.apf used by org.glassfish.apf
AnnotatedElementHandler
          Provides notification when the annotation processor is visiting a new AnnotatedElement.
AnnotationHandler
          This interface defines the contract for annotation handlers and the annotation processing engine.
AnnotationInfo
          Instances encapsulate all information necessary for an AnnotationHandler to process an annotation.
AnnotationProcessor
           The annotation processor is the core engine to process annotations.
AnnotationProcessorException
          Exception that denotes a warning or error condition in the annotation procesing tool
ComponentInfo
          This class encapsulates information about a component (usually a Java EE component).
ErrorHandler
          Basic interfaced for annotation processing warnings and errors
HandlerProcessingResult
          This interface defines the result of an annotation processing returned by an annotation handler.
ProcessingContext
          This interface defines the context for the annotation procesing handler.
ProcessingResult
          This interface encapsulates all AnnotatedElements processing result by the AnnotationProcessor tool.
ResultType
          Defines the result from a single annotation processing, UNPROCESSED mean the annotation has not been processed by any handler yet, PROCESSED mean that all processing had been done and the annotation was fully processed, FAILED indicate an error condition.
Scanner
          This interface is responsible for scanning the binary location provided and provide each binary file through a pull interfaces
 

Classes in org.glassfish.apf used by org.glassfish.apf.context
AnnotatedElementHandler
          Provides notification when the annotation processor is visiting a new AnnotatedElement.
AnnotationProcessorException
          Exception that denotes a warning or error condition in the annotation procesing tool
ProcessingContext
          This interface defines the context for the annotation procesing handler.
 

Classes in org.glassfish.apf used by org.glassfish.apf.impl
AnnotationHandler
          This interface defines the contract for annotation handlers and the annotation processing engine.
AnnotationInfo
          Instances encapsulate all information necessary for an AnnotationHandler to process an annotation.
AnnotationProcessor
           The annotation processor is the core engine to process annotations.
AnnotationProcessorException
          Exception that denotes a warning or error condition in the annotation procesing tool
ComponentInfo
          This class encapsulates information about a component (usually a Java EE component).
ErrorHandler
          Basic interfaced for annotation processing warnings and errors
HandlerProcessingResult
          This interface defines the result of an annotation processing returned by an annotation handler.
ProcessingContext
          This interface defines the context for the annotation procesing handler.
ProcessingResult
          This interface encapsulates all AnnotatedElements processing result by the AnnotationProcessor tool.
ResultType
          Defines the result from a single annotation processing, UNPROCESSED mean the annotation has not been processed by any handler yet, PROCESSED mean that all processing had been done and the annotation was fully processed, FAILED indicate an error condition.
Scanner
          This interface is responsible for scanning the binary location provided and provide each binary file through a pull interfaces
 



Copyright © 2012 GlassFish Community. All Rights Reserved.