Annotation Interface IntRange


Config validator annotation that checks whether an integer is in a range of allowed values.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    int
    The upper bound (inclusive)
    int
    The lower bound (inclusive)
  • Element Details

    • min

      int min
      The lower bound (inclusive)
      Default:
      -2147483648
    • max

      int max
      The upper bound (inclusive)
      Default:
      2147483647