Generated by
JDiff

Interface org.springframework.aop.framework.adapter.AdvisorAdapter

Changed Methods
MethodInterceptor getInterceptor(Advisor) Change in return type from MethodInterceptor to org.aopalliance.intercept.MethodInterceptor.
Return an AOP Alliance MethodInterceptor exposing the behavior of the given advice to an interception-based AOP framework.
boolean supportsAdvice(Advice) Change in signature from Advice to org.aopalliance.aop.Advice.
Does this adapter understand this advice object?