Spring 中的注解

IoC 相关的注解

@Bean

@ComponentScan

@Scope

@Lazy

@Conditional

@Import

@PostConstruct

@Value 和 @PropertySource

@Autowired 和 @Resource

@Profile


AOP 相关注解

你可能感兴趣的:(Spring 中的注解)