|
From: Rod J. <rod...@in...> - 2003-05-16 18:29:04
|
Guys, I've just updated Spring AOP, along with the AOP Alliance CVS in SourceForge, to reflect the latest discussion I had with Jon and Bob. This will break all existing interceptors. (Obviously I've fixed the ones in CVS.) However, interceptors are simpler to write going forward: MethodInterceptor.invoke() now takes MethodInvocation, not Invocation, avoiding the need for a typecast. So it's just a trivial cut-and-paste job to fix. Some other minor name changes: - Invocation.getAttachment -> getResource - Invocation.getTarget -> getInvokedObject Any problems, let me know. I'll be checking my mail over the weekend. Regards, Rod P.S. This is the large significant change I plan to make before 0.8. |