Package com.sun.mirror.apt

Examples of com.sun.mirror.apt.AnnotationProcessorFactory


* Pass an instantiated StaticApf object to the
* com.sun.tools.apt.Main.process entry point.
*/
public class WrappedStaticApf {
    public static void main(String argv[]) {
        AnnotationProcessorFactory factory = new StaticApf();
        System.exit(com.sun.tools.apt.Main.process(factory, argv));
    }
View Full Code Here

TOP

Related Classes of com.sun.mirror.apt.AnnotationProcessorFactory

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.