I\'m new to asynchronous task execution in Spring, so please forgive me if this sounds like a silly question.
I read that @Async annotation is introduced from Sprin
You can add @Async on your method and the following to your Application context.