@AutoService(value=javax.annotation.processing.Processor.class)
@SupportedSourceVersion(value=RELEASE_8)
public class AcraAnnotationProcessor
extends javax.annotation.processing.AbstractProcessor
| Constructor and Description |
|---|
AcraAnnotationProcessor() |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getSupportedAnnotationTypes() |
boolean |
process(Set<? extends javax.lang.model.element.TypeElement> annotations,
javax.annotation.processing.RoundEnvironment roundEnv) |
public Set<String> getSupportedAnnotationTypes()
getSupportedAnnotationTypes in interface javax.annotation.processing.ProcessorgetSupportedAnnotationTypes in class javax.annotation.processing.AbstractProcessorpublic boolean process(@Nullable
Set<? extends javax.lang.model.element.TypeElement> annotations,
@NonNull
javax.annotation.processing.RoundEnvironment roundEnv)
process in interface javax.annotation.processing.Processorprocess in class javax.annotation.processing.AbstractProcessor