Member - { Blog Details }


blog address: http://findnerd.com/list/view/How-to-use-Autowire-With-Qualifiers/1870/
keywords: Qualifier ,auto-wiring ,Spring ,Java
member since: Jul 10, 2015 | Viewed: 101
How to use Autowire With Qualifiers?
Category: Computers
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)
{ More Related Blogs }