Generated by
JDiff

Class org.springframework.scheduling.annotation.AsyncAnnotationAdvisor

Removed Constructors
AsyncAnnotationAdvisor(Executor) Create a new {@code AsyncAnnotationAdvisor} for the given task executor.
 

Added Constructors
AsyncAnnotationAdvisor(Executor, AsyncUncaughtExceptionHandler) Create a new {@code AsyncAnnotationAdvisor} for the given task executor.
 

Changed Methods
Advice buildAdvice(Executor, AsyncUncaughtExceptionHandler) Change in signature from Executor to (Executor, AsyncUncaughtExceptionHandler).