public class AnnotationProcessor extends AbstractProcessor
@Service
and
@ExtensionPoint
annotations. A list of classes using these
annotations are written to a
META-INF/thermostat/plugin-docs.xml
file.processingEnv
Constructor and Description |
---|
AnnotationProcessor() |
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 © 2013. All Rights Reserved.