在Spring中,以下关于常用的注解说明错误的是( )
A@Autowired用于对Bean的属性变量
B@Repository用于将数据访问层(DAO层)的类标识为Spring中的Bean
C@Service通常作用在业务层(Service层),用于将业务层的类标识为Spring中的Bean
D@Controller通常作用在控制层(如Spring MVC的Controller),用于将控制层的类标识为Spring中的Bean
A@Autowired用于对Bean的属性变量
B@Repository用于将数据访问层(DAO层)的类标识为Spring中的Bean
C@Service通常作用在业务层(Service层),用于将业务层的类标识为Spring中的Bean
D@Controller通常作用在控制层(如Spring MVC的Controller),用于将控制层的类标识为Spring中的Bean