|
From: Rod J. <rod...@in...> - 2003-05-16 06:40:36
|
I've renamed the AspectInterfaceInterceptor (which can add new interfaces not implemented by a target) IntroductionInterceptor. AbstractAspectInterfaceInterceptor is now DelegatingIntroductionInterceptor, as it now supports an external delegate. This is more consistent with standard AOP terminology. Interfaces added by the AOP framework are usually called "introductions". I'm currently trying to get Jon Tirsen (Nanning) and Bob Lee (jAdvise) to commit to dates for porting their AOP frameworks to the AOP Alliance interfaces. I'll need to make some fairly minor changes to Spring AOP to fit in with the latest AOP Alliance. Regards, Rod |