I have one class EmailServiceImpl which implements EmailService and another class ReportServiceImpl which implements ReportService. Both the interfaces are annotated with @EnableAsync, and so there are methods with @Async annotations.
I am using default spring taskexecutor.
I am unable to autowire EmailService inside ReportService.