required false

This commit is contained in:
mherbaghinyan 2018-06-04 10:51:53 +04:00
parent 834be9a720
commit 56bbfd9644
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ public class CollectionsBean {
private Map<Integer, String> nameMap;
@Autowired
@Autowired(required = false)
@Qualifier("CollectionsBean")
private List<BaeldungBean> beanList;