@SupportedSourceVersion(value=RELEASE_6) @SupportedAnnotationTypes(value="*") @SupportedOptions(value={"net.java.truecommons.annotations.verbose","net.java.truecommons.annotations.processing.verbose"}) public final class ServiceImplementationProcessor extends ServiceProcessor
ServiceImplementation
annotation.
If any of the processing options
net.java.truecommons.annotations.verbose
or
net.java.truecommons.annotations.processing.verbose
is set to true
(whereby case is ignored), then this processor emits
a note for every service implementation class it registers in a service
provider configuration file in META-INF/services
.processingEnv
Constructor and Description |
---|
ServiceImplementationProcessor() |
Modifier and Type | Method and Description |
---|---|
void |
init(ProcessingEnvironment processingEnv) |
boolean |
process(Set<? extends TypeElement> annotations,
RoundEnvironment roundEnv) |
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, getSupportedSourceVersion, isInitialized
public void init(ProcessingEnvironment processingEnv)
init
in interface Processor
init
in class AbstractProcessor
public boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv)
process
in interface Processor
process
in class AbstractProcessor
Copyright © 2012–2018 Schlichtherle IT Services. All rights reserved.