JDK-6412656 : JSR 199: pass annotation processor instances to compiler
  • Type: Enhancement
  • Component: tools
  • Sub-Component: javac
  • Affected Version: 6
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2006-04-13
  • Updated: 2017-05-16
  • Resolved: 2006-05-13
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 6
6 b85Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Description
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);
}

Comments
EVALUATION This is a reasonable request which should be addressed in Mustang.
13-04-2006