| Re: [aspectj-dev] Can I intercept before a class is load time weaved |
Hi!
1. Ability to intercept just before a class is load time weaved. In this 'advice', the normal class should be available so that a check can be made for SUID using java reflection. 2. Ability to proceed without weaving if I don't want to weave that class.
-Martin