Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-dev] unweaving, reweaving and overweaving in AspectJ

Hello, I read some information about the possibility of unweaving a .class with the aspects woven (source: http://andrewclement.blogspot.com.es/2010/05/aspectj-overweaving.html).

I would like know how to perform this action and if it is possible to do using load-time weaving. The goal is to change the aspect that is incorporated into a specific class without re-compile that class.

Thanks in advance,
José Miguel.

Back to the top