Hi
I need to make changes directly in the source code before compilation be made by the javac compiler.
That is, I intend that the changes should be made on the source code and not the byte-code.
My idea is to use AOP to do this operation.
But, from what I could understand, JBoss AOP only can apply changes in programs already compiled (run-time). Or, compile and weave on same time with aopc (compile-time).
Am I correct?
Thanks,
Rui