@SupportedOptions(value={"codegen.output","codegen.generators"}) @SupportedSourceVersion(value=RELEASE_8) public class CodeGenProcessor extends AbstractProcessor
Modifier and Type | Field and Description |
---|---|
static Logger |
log |
processingEnv
Constructor and Description |
---|
CodeGenProcessor() |
Modifier and Type | Method and Description |
---|---|
Set<String> |
getSupportedAnnotationTypes() |
void |
init(ProcessingEnvironment processingEnv) |
boolean |
process(Set<? extends TypeElement> annotations,
RoundEnvironment roundEnv) |
getCompletions, getSupportedOptions, getSupportedSourceVersion, isInitialized
public static final Logger log
public Set<String> getSupportedAnnotationTypes()
getSupportedAnnotationTypes
in interface Processor
getSupportedAnnotationTypes
in class AbstractProcessor
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 © 2021 Eclipse. All rights reserved.