@AutoService(javax.annotation.processing.Processor.class)
public final class SourceProcessor
extends javax.annotation.processing.AbstractProcessor
| Constructor | Description |
|---|---|
SourceProcessor() |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Set<java.lang.String> |
getSupportedAnnotationTypes() |
|
javax.lang.model.SourceVersion |
getSupportedSourceVersion() |
|
void |
init(javax.annotation.processing.ProcessingEnvironment process) |
|
boolean |
process(java.util.Set<? extends javax.lang.model.element.TypeElement> annotations,
javax.annotation.processing.RoundEnvironment round) |
public java.util.Set<java.lang.String> getSupportedAnnotationTypes()
getSupportedAnnotationTypes in class javax.annotation.processing.AbstractProcessorpublic javax.lang.model.SourceVersion getSupportedSourceVersion()
getSupportedSourceVersion in class javax.annotation.processing.AbstractProcessorpublic void init(javax.annotation.processing.ProcessingEnvironment process)
init in class javax.annotation.processing.AbstractProcessorpublic boolean process(java.util.Set<? extends javax.lang.model.element.TypeElement> annotations,
javax.annotation.processing.RoundEnvironment round)
process in class javax.annotation.processing.AbstractProcessorCopyright © 2018. All rights reserved.