Processor
@SupportedAnnotationTypes("javax.xml.bind.annotation.*") @SupportedOptions("jaxb.config") public final class AnnotationParser extends AbstractProcessor
processingEnv
Constructor | Description |
---|---|
AnnotationParser() |
Modifier and Type | Method | Description |
---|---|---|
SourceVersion |
getSupportedSourceVersion() |
|
void |
init(ProcessingEnvironment processingEnv) |
|
boolean |
process(Set<? extends TypeElement> annotations,
RoundEnvironment roundEnv) |
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, 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
public SourceVersion getSupportedSourceVersion()
getSupportedSourceVersion
in interface Processor
getSupportedSourceVersion
in class AbstractProcessor
Copyright © 2018 Oracle Corporation. All rights reserved.