Class AnnotationProcessorImpl

java.lang.Object
javax.annotation.processing.AbstractProcessor
org.jvnet.hudson.annotation_indexer.AnnotationProcessorImpl
All Implemented Interfaces:
Processor

@SupportedAnnotationTypes("*") @MetaInfServices(javax.annotation.processing.Processor.class) public class AnnotationProcessorImpl extends AbstractProcessor
Creates indices of Indexed annotations.
Author:
Kohsuke Kawaguchi