@AutoService(value=javax.annotation.processing.Processor.class)
@SupportedAnnotationTypes(value="net.riotopsys.factotum.api.annotation.Task")
public class TaskProcessor
extends javax.annotation.processing.AbstractProcessor
| Constructor and Description |
|---|
TaskProcessor() |
| Modifier and Type | Method and Description |
|---|---|
javax.lang.model.SourceVersion |
getSupportedSourceVersion() |
boolean |
process(java.util.Set<? extends javax.lang.model.element.TypeElement> annotations,
javax.annotation.processing.RoundEnvironment roundEnv) |
public javax.lang.model.SourceVersion getSupportedSourceVersion()
getSupportedSourceVersion in interface javax.annotation.processing.ProcessorgetSupportedSourceVersion 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 interface javax.annotation.processing.Processorprocess in class javax.annotation.processing.AbstractProcessor