This content has been marked as final.
Show 1 reply
-
1. Re: Javassist and compile-time code instrumentation
megalodon Feb 21, 2010 10:51 PM (in response to ngounou)Just my 2 cents:
As far as I know, Javassist has methods to read only compiled class files. Its not an optimal solution but if you can comile your code and later on specify the parts for annotation, you can read the class files, process them using javassist and re write them back. That way there'd be no additional steps during runtime.