Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-6412656

JSR 199: pass annotation processor instances to compiler

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P2 P2
    • 6
    • 6
    • 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);
      }

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

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: