随笔分类 - 注解
摘要:spring相关注解: 使用之前需要在配置文件中启用 @Required 应用于类属性的set方法,并且要求该属性必须在xml容器里配置该参数的值 @Qualifier 当同一个类存在多个注入的bean在容器里时,可以和@Autowired一起使用来决定选择自动装配哪个bean,以此消除混乱 用法:@Autowired @Qualifier("student1") priv...
阅读全文
摘要:1、定义注解:CherryAnnotation 2、注解逻辑:HelloServiceCgLib 3、使用注解 import java.lang.annotation.*; //@CherryAnnotation被限定只能使用在类、接口或方法上面 @Documented @Inherited @Target(value = {ElementType.METHOD,ElementType.FI...
阅读全文

浙公网安备 33010602011771号