@Autowired 注释对在哪里和如何完成自动连接提供了更多的细微的控制。@Autowired 注释可以在 setter 方法中被用于自动连接 bean,就像 @Autowired 注释,容器,一个属性或者任意命名的可能带有多个参数的方法。Setter 方法中的 @Autowired你可以在 XML 文件中的 setter 方法中使用 @Autowired 注释来除去 元素。
@Autowired and @InjectMatches by TypeRestricts by QualifiersMatches by NameAutowiredAnnotationBeanPostProcessor@ResourceMatches by NameMatches by TypeRestricts by QualifiersCommonAnnotationBeanPostProcessor
@Autowired、@Resource、@Inject 这几个都是用来做依赖注入的,我们挨个的来看一下。
关注时代Java