试题详情

在Spring中,关于注解@Component说法正确的是( )

A@Component注解表明一个类会作为组件类,并告知Spring要为这个类创建bean。

B@Component注解表明一个类会作为单例类,并告知Spring要为这个类创建bean。

C@Component注解告诉Spring这个方法将会返回一个对象

D@Component注解告诉Spring这个方法将会返回一组对象