Generated by
JDiff

Interface org.springframework.aop.framework.adapter.AdvisorAdapterRegistry

Changed Methods
MethodInterceptor[] getInterceptors(Advisor) Change in return type from MethodInterceptor[] to org.aopalliance.intercept.MethodInterceptor[].
Return an array of AOP Alliance MethodInterceptors to allow use of the given Advisor in an interception-based framework.