导航菜单

autowired是什么意思_翻译中文_怎么读

autowired

网络释义:自动装配

网络释义

1.自动装配8、自动装配(autowired):1)byName:根据当前bean所依赖的其他bean的property的名字,查找ioc容器中是否存在名字相同 …

例句释义:,自动装配

1.By default, dependencies marked with the @Autowired annotation are treated as required.默认地,标有@Autowired注解的依赖被认为是必须的。

2.For the first steps we focused on @Autowired, @Quapfier for the configuration part and implemented a lot of support for controllers.首先,我们关注于配置部分的@Autowired、@Quapfier,还为控制器做了很多支持。

3.Indicates whether the control's events are autowired.指示控件的事件是否自动匹配(Autowire)。

4.For example, the excerpt below depicts a field that should be autowired with a quapfied candidate among those that match by type.例如,下面这个摘录则描绘了一个域,它应该和通过名字匹配得到的结果中合格的对象进行自动装配。

5.In fact, autowired methods do not have to be 'setter' methods and can even accept multiple parameters. The following is perfectly acceptable实际上,aotowired方法并不一定要是setter方法,且可以接受多个参数。