@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.Processor
getSupportedAnnotationTypes
in class javax.annotation.processing.AbstractProcessor
public boolean process(@Nullable Set<? extends javax.lang.model.element.TypeElement> annotations, @NonNull javax.annotation.processing.RoundEnvironment roundEnv)
process
in interface javax.annotation.processing.Processor
process
in class javax.annotation.processing.AbstractProcessor