Class AnnotationProcessorImpl

java.lang.Object
javax.annotation.processing.AbstractProcessor
org.kohsuke.args4j.apt.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