| 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.upnp.annotation.processing | 
 Provides  
Processor implementation
 classes. | 
| ball.util.ant.taskdefs | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractProcessor
Provides abstract base class for  
Processor by providing a
 AbstractProcessor.getSupportedSourceVersion() implementation, methods to report
 Diagnostic.Kind.ERRORs and
 Diagnostic.Kind.WARNINGs, and access to
 ProcessingEnvironment.getFiler(),
 ProcessingEnvironment.getElementUtils(), and
 ProcessingEnvironment.getTypeUtils(). | 
class  | 
AnnotatedNoAnnotationProcessor
 | 
class  | 
AnnotatedProcessor
 | 
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
 Annotations that do not have a processor. | 
class  | 
NoOverrideProcessor
Processor implementation to identify overriding
 Methods 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 Classes 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 Classes annotated with
 ServiceProviderFor to verify the annotated Class:
 
   Classes specified by
     ServiceProviderFor.value()
   
 
 Note: Google offers a similar
 AutoService
 library. | 
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 Classes 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 | 
|---|---|
class  | 
DeviceTypeProcessor
DeviceType annotation Processor. | 
class  | 
ServiceIdProcessor
 | 
class  | 
ServiceTypeProcessor
ServiceType annotation Processor. | 
class  | 
XmlNsProcessor
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CombinationsTask
 | 
static class  | 
CombinationsTask.Count
 | 
static class  | 
CombinationsTask.Of
 | 
class  | 
InstanceOfTask
 | 
class  | 
PermutationsTask
 | 
static class  | 
PermutationsTask.Count
 | 
static class  | 
PermutationsTask.Of
 | 
class  | 
TypeTask
 | 
static class  | 
TypeTask.BeanInfoFor
 | 
static class  | 
TypeTask.IsAssignableFrom
 | 
static class  | 
TypeTask.MembersOf
 | 
static class  | 
TypeTask.ResourcePathTo
 | 
static class  | 
TypeTask.SuperclassesOf
 | 
Copyright © 2015–2021. All rights reserved.