Generated by
JDiff

Package org.springframework.aop.framework.adapter

Changed Classes and Interfaces
AdvisorAdapter Interface allowing extension to the Spring AOP framework to allow handling of new Advisors and Advice types.
AdvisorAdapterRegistry Interface for registries of Advisor adapters.
AfterReturningAdviceInterceptor Interceptor to wrap am org.springframework.aop.AfterReturningAdvice.
DefaultAdvisorAdapterRegistry Default implementation of the AdvisorAdapterRegistry interface.
MethodBeforeAdviceInterceptor Interceptor to wrap am org.springframework.aop.MethodBeforeAdvice.
ThrowsAdviceInterceptor Interceptor to wrap an after-throwing advice.