Class DocGenProcessor

All Implemented Interfaces:
Processor

@AutoService(javax.annotation.processing.Processor.class) @SupportedAnnotationTypes("com.google.errorprone.BugPattern") public class DocGenProcessor extends AbstractProcessor
Annotation processor which visits all classes that have a BugPattern annotation, and writes a tab-delimited text file dumping the data found.
Author:
eaftan@google.com (Eddie Aftandilian), alexeagle@google.com (Alex Eagle)