Spring Boot - Inversion of Control and Dependency Injection
You have two beans of type
PaymentService: @Component("creditCardPaymentService") and @Component("paypalPaymentService"). How do you inject paypalPaymentService into a client class using constructor injection with @Qualifier?