批注接口 ConditionalOnJava


@Target({TYPE,METHOD}) @Retention(RUNTIME) @Documented @Conditional(org.springframework.boot.autoconfigure.condition.OnJavaCondition.class) public @interface ConditionalOnJava
@Conditional that matches based on the JVM version the application is running on.
从以下版本开始:
1.1.0
作者:
Oliver Gierke, Phillip Webb, Andy Wilkinson
  • 嵌套类概要

    嵌套类
    修饰符和类型
    说明
    static enum 
    Range options.
  • 必需元素概要

    所需元素
    修饰符和类型
    必需的元素
    说明
    The JavaVersion to check for.
  • 可选元素概要

    可选元素
    修饰符和类型
    可选元素
    说明
    Configures whether the value configured in value() shall be considered the upper exclusive or lower inclusive boundary.