Annotation Type Configuration.DoubleRange


  • @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 max  
      boolean maxInclusive  
      double min  
      boolean minInclusive  
    • Element Detail

      • min

        double min
        Default:
        -1.7976931348623157E308
      • max

        double max
        Default:
        1.7976931348623157E308
      • minInclusive

        boolean minInclusive
        Default:
        true
      • maxInclusive

        boolean maxInclusive
        Default:
        true