单项选择题
A.Scope("singleton")B.Scope("prototype")C.Scope("response")D.Scope("session")
A.Constructor(构造方法)->@Autowired(依赖注入)->@PostConstruct(注释的方法)B.Constructor(构造方法)->@PostConstruct(注释的方法)->@Autowired(依赖注入)C.@PostConstruct(注释的方法)->Constructor(构造方法)->@Autowired(依赖注入)D.@Autowired(依赖注入)->Constructor(构造方法)->@PostConstruct(注释的方法)
A.@ComponentB.@AutowiredC.@ValueD.@AutoInit