|
From: Bryant H. <bry...@ho...> - 2007-08-10 19:06:25
|
Hello, I want to use BCEL to intercept method invocations on a class (not an = Interface like JDK proxies). Basically I was hoping for basic = AroundAdvice that I could apply to all method calls around this class. This seems like such a basic AOP usage that I should be able to supply = the advice and a Class object and get back a Class or an instance with = the advice installed. I've been digging for 10-15 minutes and didn't = find it right away and thought someone on this list could point me to a = helper class that would let me do this. Thanks, Bryant |