Uses of Package
ball.annotation.processing
-
Packages that use ball.annotation.processing Package Description ball.annotation ProvidesAnnotation
implementation classes.ball.annotation.processing ProvidesProcessor
implementation classes.ball.tools.javac Providesjavac
plug-ins.ball.util.ant.taskdefs -
Classes in ball.annotation.processing used by ball.annotation Class Description AnnotationValueMustConvertTo -
Classes in ball.annotation.processing used by ball.annotation.processing Class Description AbstractProcessor Provides abstract base class forProcessor
by providing aAbstractProcessor.getSupportedSourceVersion()
implementation, methods to reportDiagnostic.Kind.ERROR
s andDiagnostic.Kind.WARNING
s, and access toProcessingEnvironment.getFiler()
,ProcessingEnvironment.getElementUtils()
, andProcessingEnvironment.getTypeUtils()
.AnnotatedNoAnnotationProcessor AnnotatedProcessor ClassFileProcessor Interface to provide an alternate entry point for annotation processing on compiled class files.For ForElementKinds ForSubclassesOf JavaxLangModelUtilities Utility methods forProcessor
andTaglet
implementations.MustImplement TargetMustExtend WithoutModifiers AnnotatedNoAnnotationProcessor
Annotation
to specifyModifier
s that should be absent from the target. -
Classes in ball.annotation.processing used by ball.tools.javac Class Description AbstractProcessor Provides abstract base class forProcessor
by providing aAbstractProcessor.getSupportedSourceVersion()
implementation, methods to reportDiagnostic.Kind.ERROR
s andDiagnostic.Kind.WARNING
s, and access toProcessingEnvironment.getFiler()
,ProcessingEnvironment.getElementUtils()
, andProcessingEnvironment.getTypeUtils()
.AnnotatedProcessor For JavaxLangModelUtilities Utility methods forProcessor
andTaglet
implementations.TargetMustExtend -
Classes in ball.annotation.processing used by ball.util.ant.taskdefs Class Description TargetMustExtend TargetMustHaveConstructor Annotation
to specify annotatedClass
must have a corresponding constructor.TargetMustNotHaveModifiers