JSR 199: pass annotation processor instances to compiler

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P2
    • 6
    • Affects Version/s: 6
    • Component/s: tools
    • b85
    • generic
    • generic
    • Verified

      JSR 199 needs a way to do something similar to these apt entry points:

      package com.sun.tools.apt;
       
      public class Main {
        ...
        public static int process(com.sun.mirror.apt.AnnotationProcessorFactory factory,
          java.lang.String... args);
       
        public static int process(com.sun.mirror.apt.AnnotationProcessorFactory factory,
          java.io.PrintWriter out,
          java.lang.String... args);
      }

            Assignee:
            Peter Ahe
            Reporter:
            Peter Ahe
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: