Generated by
JDiff

Class org.springframework.aop.support.DelegatingIntroductionInterceptor

Changed Methods
Object doProceed(MethodInvocation) Change in signature from MethodInvocation to org.aopalliance.intercept.MethodInvocation.
Proceed with the supplied org.aopalliance.intercept.MethodInterceptor.
Object invoke(MethodInvocation) Change in signature from MethodInvocation to org.aopalliance.intercept.MethodInvocation.
Subclasses may need to override this if they want to perform custom behaviour in around advice.