Uses of Class
ball.annotation.processing.ForElementKinds
-
Packages that use ForElementKinds Package Description ball.annotation.processing ProvidesProcessorimplementation classes. -
-
Uses of ForElementKinds in ball.annotation.processing
Classes in ball.annotation.processing with annotations of type ForElementKinds Modifier and Type Class Description classAntTaskMixInProcessorProcessorimplementation to verify concrete implementations ofAntTaskMixInare also subclasses ofTask.classClassFileProcessorProcessorProcessorimplementation to verify concrete implementations ofClassFileProcessorare also subclasses ofAnnotatedProcessor.classNoOverrideProcessorProcessorimplementation to identify overridingMethods that are not marked with theOverrideAnnotation.classObjectCloneProcessorProcessorimplementation to checkObject.clone()implementations to verify: The implementingClassalso implementsCloneableThe implementation throwsCloneNotSupportedException(unless some "intravening" superclass' implementation does not) The implementation returns a subtype of the implementation typeclassObjectToStringProcessorProcessorimplementation to checkClasses to verify: The implementingClassalso overridesObject.toString()classSerializableProcessorProcessorimplementation to check subclasses ofSerializableto verify aserialVersionUIDfield has been defined.
-