Package | Description |
---|---|
ball.annotation.processing |
Provides
Processor implementation
classes. |
ball.game.scrabble |
Classes for playing Scrabble.
|
ball.http.annotation.processing |
Provides
Processor implementation
classes. |
ball.tools.javac |
Provides
javac plug-ins. |
ball.tools.javadoc |
Provides javadoc implementation classes.
|
ball.upnp.annotation.processing |
Provides
Processor implementation
classes. |
Modifier and Type | Class and Description |
---|---|
class |
AnnotatedNoAnnotationProcessor
|
class |
AnnotatedProcessor
|
class |
AnnotatedTagletProcessor
Processor implementation to verify concrete implementations of
AnnotatedTaglet are also subclasses of Taglet . |
static class |
AnnotationValueMustConvertTo.ProcessorImpl
Processor implementation. |
class |
AntLibProcessor
Generates
antlib.xml (at location(s) specified by AntLib )
at the end of annotation processing. |
class |
AntTaskAttributeConstraintProcessor
|
class |
AntTaskMixInProcessor
Processor implementation to verify concrete implementations of
AntTaskMixIn are also subclasses of Task . |
class |
AntTaskProcessor
|
class |
ClassFileProcessorProcessor
Processor implementation to verify concrete implementations of
ClassFileProcessor are also subclasses of
AnnotatedProcessor . |
class |
CompileTimeCheckProcessor
|
class |
ConstantValueMustConvertToProcessor
Processor implementation to verify constant initializers
marked by the ConstantValueMustConvertTo can be converted to the
specified type. |
class |
ConstructorPropertiesProcessor
Processor implementation to verify ConstructorProperties
annotation are actual bean properties of the
Constructor 's Class . |
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 check MatcherGroup
annotations. |
static class |
MustImplement.ProcessorImpl
Processor implementation. |
class |
NoopProcessor
No-op
Processor to silence compilation warnings for 3rd-party
Annotation s that do not have a processor. |
class |
NoOverrideProcessor
Processor implementation to identify overriding
Method s that are not marked with the
Override Annotation . |
class |
ObjectCloneProcessor
Processor implementation to check Object.clone()
implementations to verify:
Class also implements Cloneable
CloneNotSupportedException (unless
some "intravening" superclass' implementation does not)
|
class |
ObjectToStringProcessor
Processor implementation to check Class es to verify:
Class also overrides Object.toString()
|
class |
PatternRegexProcessor
Processor implementation to check PatternRegex
annotations. |
class |
SerializableProcessor
Processor implementation to check subclasses of
Serializable to verify a serialVersionUID field has been
defined. |
class |
ServiceProviderForProcessor
Processor implementation to check Class es annotated with
ServiceProviderFor to verify the annotated Class :
Class es specified by
ServiceProviderFor.value()
Note: Google offers a similar
AutoService
library. |
class |
TagletProcessor
Processor implementation to verify concrete implementations of
Taglet implement the required static register() 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. |
Modifier and Type | Class and Description |
---|---|
class |
PremiumProcessor
Processor implementation to check Class es annotated with
LetterPremium or WordPremium :
SQ ,
LetterPremium or
WordPremium
|
Modifier and Type | Class and Description |
---|---|
class |
ProtocolJSR311AnnotationProcessor
|
static class |
ProtocolJSR311AnnotationProcessor.Method
|
class |
ProtocolProcessor
|
Modifier and Type | Class and Description |
---|---|
static class |
JavacPluginName.ProcessorImpl
Processor implementation. |
Modifier and Type | Class and Description |
---|---|
static class |
TagletName.ProcessorImpl
Processor implementation. |
Modifier and Type | Class and Description |
---|---|
class |
DeviceTypeProcessor
DeviceType annotation Processor . |
class |
ServiceIdProcessor
|
class |
ServiceTypeProcessor
ServiceType annotation Processor . |
Copyright © 2015–2020 Allen D. Ball. All rights reserved.