Class DocGenProcessor

All Implemented Interfaces:
Processor

@AutoService(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:
[email protected] (Eddie Aftandilian), [email protected] (Alex Eagle)