I have a post-compilation step that manipulates the Java bytecode of generated classes. I\'d like to make life as painless as possible for library consumers, so I\'m looking
Take a look at my blog post Roman Numerals, in our Java where an annotation processor is used to rewrite code. Limitation being that it works with Sun's javac only.