Annotation Interface Configuration.DoubleRange

Enclosing class:
Configuration

@Documented @Target(METHOD) @Retention(CLASS) public static @interface Configuration.DoubleRange
Input for the annotated configuration field storing a Double, will be validated if it is in the given range
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    double
     
    boolean
     
    double
     
    boolean
     
  • Element Details

    • min

      double min
      Default:
      -1.7976931348623157E308
    • max

      double max
      Default:
      1.7976931348623157E308
    • minInclusive

      boolean minInclusive
      Default:
      true
    • maxInclusive

      boolean maxInclusive
      Default:
      true