单项选择题

可以使用@Autowired为业务逻辑层注入Dao层对象,@Autowired可以与()一起使用,表示根据byName的方式自动装配。

A.@Value
B.@Autowired
C.@Controller
D.@Qualifier