Uses of Package
org.glassfish.apf

Packages that use org.glassfish.apf
Package
Description
Provides the classes necessary to process J2SE 1.5 annotations in the context of the J2EE application server.
 
 
  • Class
    Description
    Provides notification when the annotation processor is visiting a new AnnotatedElement.
    This interface defines the contract for annotation handlers and the annotation processing engine.
    Instances encapsulate all information necessary for an AnnotationHandler to process an annotation.
    The annotation processor is the core engine to process annotations.
    Exception that denotes a warning or error condition in the annotation procesing tool
    This class encapsulates information about a component (usually a Jakarta EE component).
    Basic interfaced for annotation processing warnings and errors
    This interface defines the result of an annotation processing returned by an annotation handler.
    This interface defines the context for the annotation procesing handler.
    This interface encapsulates all AnnotatedElements processing result by the AnnotationProcessor tool.
    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.
    This interface is responsible for scanning the binary location provided and provide each binary file through a pull interfaces
  • Class
    Description
    Provides notification when the annotation processor is visiting a new AnnotatedElement.
    Exception that denotes a warning or error condition in the annotation procesing tool
    This interface defines the context for the annotation procesing handler.
  • Class
    Description
    This interface defines the contract for annotation handlers and the annotation processing engine.
    Instances encapsulate all information necessary for an AnnotationHandler to process an annotation.
    The annotation processor is the core engine to process annotations.
    Exception that denotes a warning or error condition in the annotation procesing tool
    This class encapsulates information about a component (usually a Jakarta EE component).
    Basic interfaced for annotation processing warnings and errors
    This interface defines the result of an annotation processing returned by an annotation handler.
    This interface defines the context for the annotation procesing handler.
    This interface encapsulates all AnnotatedElements processing result by the AnnotationProcessor tool.
    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.
    This interface is responsible for scanning the binary location provided and provide each binary file through a pull interfaces