SyntaxFix
Write A Post
Hire A Developer
Questions
Can you try annotating only your concrete implementation with @Component? Maybe the following answer could help. It is kind of a similar problem. I usually put Spring annotations in the implementation classes.
@Component
https://stackoverflow.com/a/10322456/2619091