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
_______________________________________________
aspectj-users mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/aspectj-users

Reply via email to