Package org.codehaus.enunciate.apt

Examples of org.codehaus.enunciate.apt.EnunciateAnnotationProcessorFactory


        message.append(arg);
      }
      debug(message.toString());
    }

    EnunciateAnnotationProcessorFactory apf = new EnunciateAnnotationProcessorFactory(this, additionalApiClasses);
    com.sun.tools.apt.Main.process(apf, args.toArray(new String[args.size()]));
    if (!apf.hasBeenProcessed()) {
      throw new EnunciateException("The invocation of APT has failed. See http://jira.codehaus.org/browse/ENUNCIATE-771 for a case where this has been seen. There is no explanation for this error.");
    }
    apf.throwAnyErrors();
  }
View Full Code Here

TOP

Related Classes of org.codehaus.enunciate.apt.EnunciateAnnotationProcessorFactory

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.