Class AnnotationProcessorImpl

  • All Implemented Interfaces:
    Processor

    public class AnnotationProcessorImpl
    extends AbstractProcessor
    Annotation Processor to be invoked by javac. This class receives options from the Main method through system properties (ouch!).
    Author:
    Kohsuke Kawaguchi