Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] code generation with AOP

Hello all,
I understand that aspectJ can do code weaving during compile time.
However, I need to be able to generate the source code, and not the
byte code.
can this be done with aspectJ.

If not, any known alternatives ?

thank you.


Back to the top