@SupportedAnnotationTypes("javax.xml.bind.annotation.*")
@SupportedOptions("jaxb.config")
public final class AnnotationParser
extends javax.annotation.processing.AbstractProcessor
| Constructor | Description |
|---|---|
AnnotationParser() |
| Modifier and Type | Method | Description |
|---|---|---|
javax.lang.model.SourceVersion |
getSupportedSourceVersion() |
|
void |
init(javax.annotation.processing.ProcessingEnvironment processingEnv) |
|
boolean |
process(java.util.Set<? extends javax.lang.model.element.TypeElement> annotations,
javax.annotation.processing.RoundEnvironment roundEnv) |
public void init(javax.annotation.processing.ProcessingEnvironment processingEnv)
init in class javax.annotation.processing.AbstractProcessorpublic boolean process(java.util.Set<? extends javax.lang.model.element.TypeElement> annotations,
javax.annotation.processing.RoundEnvironment roundEnv)
process in class javax.annotation.processing.AbstractProcessorpublic javax.lang.model.SourceVersion getSupportedSourceVersion()
getSupportedSourceVersion in class javax.annotation.processing.AbstractProcessorCopyright © 2018 Oracle Corporation. All rights reserved.