The {@link TaskExecutor} responsible for the asynchronous execution maybe provided as well as the annotation type that indicates a method should be invoked asynchronously. If no annotation type is specified, this post- processor will detect both Spring's {@link Async @Async} annotation as wellas the EJB 3.1 javax.ejb.Asynchronous
annotation.
@author Mark Fisher
@author Juergen Hoeller
@since 3.0
@see Async
@see AsyncAnnotationAdvisor
|
|
|
|
|
|