Generated by
JDiff

Class org.springframework.aop.interceptor.AsyncExecutionInterceptor

The superclass changed from java.lang.Object to org.springframework.aop.interceptor.AsyncExecutionAspectSupport.
Documentation changed from old to new.

Removed Constructors
AsyncExecutionInterceptor(AsyncTaskExecutor) Create a new AsyncExecutionInterceptor.
 

Changed Constructors
AsyncExecutionInterceptor(Executor) Documentation changed from old to new.
Create a new {@code AsyncExecutionInterceptor}.
 

Added Methods
String getExecutorQualifier(Method) {@inheritDoc}
 

Changed Methods
Object invoke(MethodInvocation) Documentation changed from old to new.
Intercept the given method invocation, submit the actual calling of the method to the correct task executor and return immediately to the caller.