DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=42838>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=42838 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[EMAIL PROTECTED] ------- Additional Comments From [EMAIL PROTECTED] 2007-07-09 13:19 ------- JSR199 is the interface required by the spec for any conformant Java 6 (and above) compiler. JSR199 provides "in-process" support for JSR269: Annotation Processing API (javax.annotation.processing, javax.lang.model.*) JSR199 provides support for caching resources, such as rt.jar, across compilation tasks through sharing the JavaFileManager. This can improve performance in cases of multiply javac invocations. JSR199 provides a standard way of plugging in alternative compilers or tools through the service provider mechanism. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]