Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Generated AjcClosure classes

Hello,

I am using Aj to perform runtime weaving. Afterwards, I'm saving the weaved class into a cache so as to avoid the instrumentation on subsequent runs.
Now, my problem is that I use around advices that create additional Class$AjcClosure. 

Is there any way I can get handle of those classes? I must mention I am using a java agent that would normally be called whenever a new class is loaded, but it appears that the Closure classes somehow escape this.

Thanks a lot,
Silviu

Back to the top