Generated by
JDiff

Class org.springframework.aop.interceptor.AsyncExecutionInterceptor

Added interface org.aopalliance.intercept.MethodInterceptor.

Added Methods
Executor getDefaultExecutor(BeanFactory) This implementation searches for a unique org.springframework.core.task.TaskExecutor bean in the context, or for an Executor bean named "taskExecutor" otherwise.
 

Changed Methods
Object invoke(MethodInvocation) Change in signature from MethodInvocation to org.aopalliance.intercept.MethodInvocation.
Intercept the given method invocation, submit the actual calling of the method to the correct task executor and return immediately to the caller.