Spring Framework

annotations

When using autowiring, what if there are multiple FortuneService implementations? Like in the image below?
 
 
 

@Qualifier annotation to specify what implementations we want to make use of

Diskussion