All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Annotation Types Summary Class Description AnnotatedElementHandler Provides notification when the annotation processor is visiting a new AnnotatedElement.AnnotationContext Convenient superclass implementation of Context objects responsible for holding references to the DOL objectsAnnotationHandler This interface defines the contract for annotation handlers and the annotation processing engine.AnnotationHandlerFor Normally goes withServiceannotation, and this annotation must be placed on a class that implementsAnnotationHandler.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 toolAnnotationProcessorImpl AnnotationUtils Bag for utility methodsComponentDefinition This class represents the view of a class from annotation.ComponentInfo This class encapsulates information about a component (usually a Java EE component).DefaultErrorHandler Default implementation of the ErrorHandlerDirectoryScanner Implementation of the Scanner interface for a directoryErrorHandler Basic interfaced for annotation processing warnings and errorsFactory The Factory is responsible for initializing a ready to use AnnotationProcessor.HandlerProcessingResult This interface defines the result of an annotation processing returned by an annotation handler.HandlerProcessingResultImpl JarScanner Implements the scanner interface on a jar file.JavaEEScanner Super class for all JavaEE scannersProcessingContext This interface defines the context for the annotation procesing handler.ProcessingResult This interface encapsulates all AnnotatedElements processing result by the AnnotationProcessor tool.ProcessingResultImpl Implementation of the ProcessingResult interfaceResultType 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<T> This interface is responsible for scanning the binary location provided and provide each binary file through a pull interfaces