@Autowired and @InjectMatches by TypeRestricts by QualifiersMatches by NameAutowiredAnnotationBeanPostProcessor@ResourceMatches by NameMatches by TypeRestricts by QualifiersCommonAnnotationBeanPostProcessor
@Autowired、@Resource、@Inject 这几个都是用来做依赖注入的,我们挨个的来看一下。
关注时代Java