Uses of Class
ball.annotation.processing.For
-
Packages that use For Package Description ball.annotation.processing ProvidesProcessor
implementation classes.ball.tools.javac Providesjavac
plug-ins. -
-
Uses of For in ball.annotation.processing
Classes in ball.annotation.processing with annotations of type For Modifier and Type Class Description static class
AnnotationValueMustConvertTo.ProcessorImpl
Processor
implementation.class
AntLibProcessor
Generatesantlib.xml
(at location(s) specified byAntLib
) at the end of annotation processing.class
AntTaskAttributeConstraintProcessor
class
AntTaskProcessor
class
CompileTimeCheckProcessor
class
ConstantValueMustConvertToProcessor
Processor
implementation to verify constant initializers marked by theConstantValueMustConvertTo
can be converted to the specified type.class
ConstructorPropertiesProcessor
Processor
implementation to verifyConstructorProperties
annotation are actual bean properties of theConstructor
'sClass
.static class
For.ProcessorImpl
Processor
implementation.static class
ForElementKinds.ProcessorImpl
Processor
implementation.static class
ForSubclassesOf.ProcessorImpl
Processor
implementation.class
JAXBIndexProcessor
class
ManifestProcessor
class
MatcherGroupProcessor
Processor
implementation to checkMatcherGroup
annotations.static class
MustImplement.ProcessorImpl
Processor
implementation.class
PatternRegexProcessor
Processor
implementation to checkPatternRegex
annotations.class
ServiceProviderForProcessor
Processor
implementation to checkClass
es annotated withServiceProviderFor
to verify the annotatedClass
: Is concrete Has a public no-argument constructor Implements theClass
es specified byServiceProviderFor.value()
or implements Java 9'sjava.util.ServiceLoader.Provider
public static T provider()
method.static class
TargetMustBe.ProcessorImpl
Processor
implementation.static class
TargetMustExtend.ProcessorImpl
Processor
implementation.static class
TargetMustHaveConstructor.ProcessorImpl
Processor
implementation.static class
TargetMustHaveModifiers.ProcessorImpl
Processor
implementation.static class
TargetMustNotHaveModifiers.ProcessorImpl
Processor
implementation.static class
WithModifiers.ProcessorImpl
Processor
implementation.static class
WithoutModifiers.ProcessorImpl
Processor
implementation. -
Uses of For in ball.tools.javac
Classes in ball.tools.javac with annotations of type For Modifier and Type Class Description static class
JavacPluginName.ProcessorImpl
Processor
implementation.
-