Search

Categories

Links

Referers

Mustang Beta

Feb 15 2006, 08:18:51 AM PST »Java Comments [3]
was just released. If you're not already hooked on the weekly snapshots, now would be a good time to try Mustang. It comes complete with the Tree API, JSR 269, and JSR 199. Javac now supports (JSR 269 style) annotation processing directly. This basically gives you the ability to write compiler plugins and use them as a standard part of your development processes. You already know how to use libraries (jar files) when compiling, now as annotation processing is a part of any Java compiler, libraries can use annotation processing and automatically generate boiler-plate code for you. A possible example of this is RFE 4820062. I plan to elaborate more on this in a future entry.
Post a Comment:
Comments are closed for this entry.
Comments:

ohh this looks good, will the "struct" RFE 4820062 make it into mustang or will we have to wait until another jre release?

Posted by Javac on February 16, 2006 at 05:31 AM PST #

Peter, I'd love to have a dialogue with you about the implementation using annotations. Drop me a line. Cas :)

Posted by Caspian Rychlik-Prince on February 16, 2006 at 06:04 AM PST #

We are considering the struct RFE for Dolphin. However, I hope to make some sample code which illustrates the idea. Potentially, this could be part of the Mustang documentation.

Posted by Peter von der Ahe on February 16, 2006 at 12:29 PM PST #

Java is a trademark of Sun Microsystems, Inc.
Copyright © 2006,2007 Peter von der Ahé