今天给大家介绍
Conditional
懒加载注解用法,希望对大家能有所帮助!
1、
Conditional注解介绍Conditional是Spring4版本新提供的一种注解,它的作用是按照设定的条件进行判断,把满足判断条件的bean注册到Spring容器。
2、
Conditional的源码内容如下:Target({ElementType.TYPE,ElementType.METHOD})
Retention(RetentionPolicy.RUNTIME)DocumentedpublicinterfaceConditional{/***All{linkConditionConditions}thatmust{linkplainCondition#matchesmatch}*inorderforthe