In Spring we use @Qualifier to indicate which bean we want to qualify to autowired on a field.when we create multiple beans of the same type( for example: Department) and want to autowire only one of them with a property in some other class (for example: Employee)
Topics