Saturday, February 12, 2005

Another way to write code in the annotation processor

As noted, it is hard to write annotation processors in part because there's no easy way to read in the source Java code, nor write out new code. The first problem still requires some kind of Java parser to generate an AST, but CodeMonkey looks like an interesting tool for the second problem.

No comments: