Generated by
JDiff

Class org.springframework.scheduling.annotation.AsyncAnnotationAdvisor

Added interface org.springframework.beans.factory.BeanFactoryAware.
Documentation changed from old to new.

Changed Constructors
AsyncAnnotationAdvisor(Executor) Documentation changed from old to new.
Create a new {@code AsyncAnnotationAdvisor} for the given task executor.
AsyncAnnotationAdvisor(void) Documentation changed from old to new.
Create a new {@code AsyncAnnotationAdvisor} for bean-style configuration.
 

Added Methods
void delegateBeanFactory(BeanFactory)  
void setBeanFactory(BeanFactory) Set the {@code BeanFactory} to be used when looking up executors by qualifier.
 

Changed Methods
Pointcut buildPointcut(Set<Class<Annotation>>) Documentation changed from old to new.
Calculate a pointcut for the given async annotation types, if any.