@AutoService(value=javax.annotation.processing.Processor.class) @SupportedAnnotationTypes(value="com.google.errorprone.BugPattern") public class DocGenProcessor extends AbstractProcessor
BugPattern
annotation, and
writes a tab-delimited text file dumping the data found.processingEnv
Constructor and Description |
---|
DocGenProcessor() |
Modifier and Type | Method and Description |
---|---|
SourceVersion |
getSupportedSourceVersion() |
void |
init(ProcessingEnvironment processingEnv) |
boolean |
process(Set<? extends TypeElement> annotations,
RoundEnvironment roundEnv) |
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, isInitialized
public SourceVersion getSupportedSourceVersion()
getSupportedSourceVersion
in interface Processor
getSupportedSourceVersion
in class AbstractProcessor
public void init(ProcessingEnvironment processingEnv)
init
in interface Processor
init
in class AbstractProcessor
public boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv)
process
in interface Processor
process
in class AbstractProcessor
Copyright © 2019. All rights reserved.