@Inject.@Resource.@Autowired 的区别
摘要:
@Inject:Struts2的注解, @Resource : J2EE提供,用于注入,( j2ee提供的 ) 默认按名称装配,@Resource(name="beanName") , @Autowired: Spring提供,用于注入,(srping提供的) 默认按类型装配 , @Resource 阅读全文
posted @ 2015-04-26 21:27 nickTimer 阅读(462) 评论(0) 推荐(0) 编辑