注释类型 ConditionalOnJava

    • 必需元素概要

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

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

      • value

        org.springframework.boot.system.JavaVersion value
        The JavaVersion to check for. Use range() to specify whether the configured value is an upper-exclusive or lower-inclusive boundary.
        返回:
        the java version