DDevelopment & Design Spring autowire with qualifiersbyDominik PrzybyszDecember 8, 2015 Introduction Autowired is great annotation, which by default inject beans by type to annotated element (constructor, setter or field). But how to use it, when Read more