| Package | Description | 
|---|---|
| ball.annotation.processing | 
 Provides  
Processor implementation
 classes. | 
| ball.databind | 
 Data Binding Utilities. 
 | 
| ball.game.scrabble | 
 Classes for playing Scrabble. 
 | 
| ball.game.sudoku | 
 Classes for solving Sudoku. 
 | 
| ball.http.annotation.processing | 
 Provides  
Processor implementation
 classes. | 
| ball.persistence.entity | 
 Classes for creating JPA entities. 
 | 
| ball.tools.javac | 
 Provides  
javac plug-ins. | 
| ball.tv.epg.entity | 
 Electronic Program Guide (EPG) database entities. 
 | 
| ball.tv.epg.sd | 
 Classes for accessing
 Schedules Direct services. 
 | 
| ball.upnp.annotation.processing | 
 Provides  
Processor implementation
 classes. | 
| silicondust | 
 Classes for accessing
 SiliconDust
 devices and services including Java bindings for
 libhdhomerun. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
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
     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  | 
ModuleImpl
Module service provider for ball.databind. | 
| 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  | 
RuleOfElimination
Sudoku "rule-of-elimination"  
Rule implementation. | 
class  | 
RuleOfNIdenticalCellsOfSizeN
Sudoku "rule-of-N-identical-cells-of-size-N"  
Rule implementation. | 
class  | 
RuleOfSums
Sudoku simple "rule-of-sums"  
Rule implementation. | 
class  | 
RuleOfUniqueness
Sudoku "rule-of-uniqueness"  
Rule implementation. | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
ProtocolJSR311AnnotationProcessor.Method
 | 
class  | 
ProtocolProcessor
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ModuleImpl
Module service provider for ball.persistence.entity. | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
JavacPluginName.ProcessorImpl
Processor implementation. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ModuleImpl
Module service provider for ball.tv.epg.entity. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ModuleImpl
Module service provider for ball.tv.epg.sd. | 
| 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  | 
ModuleImpl
Module service provider for silicondust. | 
Copyright © 2015–2021. All rights reserved.