Uses of Interface
ball.annotation.processing.ClassFileProcessor
-
Packages that use ClassFileProcessor Package Description ball.annotation.processing ProvidesProcessor
implementation classes. -
-
Uses of ClassFileProcessor in ball.annotation.processing
Classes in ball.annotation.processing that implement ClassFileProcessor Modifier and Type Class Description class
AntLibProcessor
Generatesantlib.xml
(at location(s) specified byAntLib
) at the end of annotation processing.class
JAXBIndexProcessor
class
ManifestProcessor
class
ServiceProviderForProcessor
Processor
implementation to checkClass
es annotated withServiceProviderFor
to verify the annotatedClass
: Is concrete Has a public no-argument constructor Implements theClass
es specified byServiceProviderFor.value()
or implements Java 9'sjava.util.ServiceLoader.Provider
public static T provider()
method.
-