Uses of Class
ball.annotation.processing.ForElementKinds
-
Packages that use ForElementKinds Package Description ball.annotation.processing ProvidesProcessor
implementation classes. -
-
Uses of ForElementKinds in ball.annotation.processing
Classes in ball.annotation.processing with annotations of type ForElementKinds Modifier and Type Class Description class
AntTaskMixInProcessor
Processor
implementation to verify concrete implementations ofAntTaskMixIn
are also subclasses ofTask
.class
ClassFileProcessorProcessor
Processor
implementation to verify concrete implementations ofClassFileProcessor
are also subclasses ofAnnotatedProcessor
.class
NoOverrideProcessor
Processor
implementation to identify overridingMethod
s that are not marked with theOverride
Annotation
.class
ObjectCloneProcessor
Processor
implementation to checkObject.clone()
implementations to verify: The implementingClass
also implementsCloneable
The implementation throwsCloneNotSupportedException
(unless some "intravening" superclass' implementation does not) The implementation returns a subtype of the implementation typeclass
ObjectToStringProcessor
Processor
implementation to checkClass
es to verify: The implementingClass
also overridesObject.toString()
class
SerializableProcessor
Processor
implementation to check subclasses ofSerializable
to verify aserialVersionUID
field has been defined.
-