Annotation Type Range

    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      boolean excl_max
      Exclude the maximum value
      boolean excl_min
      Exclude the minimum value
      double max
      The maximum value
      double min
      The minimum value
    • Element Detail

      • min

        double min
        The minimum value
        Returns:
        the minimal value
        Default:
        4.9E-324
      • max

        double max
        The maximum value
        Returns:
        the maximum value
        Default:
        1.7976931348623157E308
      • excl_min

        boolean excl_min
        Exclude the minimum value
        Returns:
        true if the minimum should be excluded
        Default:
        false
      • excl_max

        boolean excl_max
        Exclude the maximum value
        Returns:
        true if the minimum should be excluded
        Default:
        false