Joe
just announced the next big thing in compilers. We have been
working hard the last months to the get this ready. There's still
a lot to be done, but you can actually run an annotation processor
directly in javac. This is without hurting performance of plain
old javac.
In the next months we will work to integrate
JSR 199,
JSR 269,
and the Tree API
seamlessly.
Post a Comment:
Comments are closed for this entry.
Comments:
Is annotation processor somewhat like C's pre-processor?
Posted by
Amit Kulkarni
on October 21, 2005 at 09:39 PM PDT
#
What is the next big thing in compilers? Who is Joe?
Posted by
Keith Lea
on October 22, 2005 at 07:14 AM PDT
#
I've added a link to Joe's blog.
No, an annotation processor is nothing like
a C pre-processor.