Tag Archives: @Qualifier

@Qualifier annotation in Spring

The @Qualifier annotation in the Spring framework is used along with the @Autowired annotation. When we have two or more beans of the same type, in order to distinguish between them as to which bean should be injected, we use the @Qualifier annotation. @Qualifier annotation in Spring Boot Example Let’s understand this with an example.… Read More »