Annotation Type ConditionalOnJava

    • Required Element Summary

      Required Elements 
      Modifier and TypeRequired ElementDescription
      org.springframework.boot.system.JavaVersionvalue
      The JavaVersion to check for.
    • Optional Element Summary

      Optional Elements 
      Modifier and TypeOptional ElementDescription
      ConditionalOnJava.Rangerange
      Configures whether the value configured in value() shall be considered the upper exclusive or lower inclusive boundary.
    • Element Detail

      • 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.
        Returns:
        the java version