单项选择题

A.Constructor(构造方法)->@Autowired(依赖注入)->@PostConstruct(注释的方法)
B.Constructor(构造方法)->@PostConstruct(注释的方法)->@Autowired(依赖注入)
C.@PostConstruct(注释的方法)->Constructor(构造方法)->@Autowired(依赖注入)
D.@Autowired(依赖注入)->Constructor(构造方法)->@PostConstruct(注释的方法)