Is there a way to enable Spring Async configuration from XML? All the examples I've seen use a software context declaration and use @EnableAsync
Is there an XML equivalent for this? In some places I saw <context:annotation-config /> , but that says nothing about async.
I am using Spring 4.
java spring asynchronous
Monish sen
source share