Does anybody know a source code transformation tool that makes it easy
to simply remove methods that are annotated with a certain annotation
from source code?

I know how to do this with ANTLR, but it should really be a lot
easier.
There's the "Annotation Processing Tool (apt)"
http://java.sun.com/javase/6/docs/technotes/guides/apt/GettingStarted.html
- but I don't think it's tailored to only removing some methods, while
leaving everything else intact (ideally even whitespace and comments).

If we had such a tool, the rest of our problem could probably be
solved relatively easily (allow serialization to occur between both
versions of the class).

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to