Annotation Interface LongRange


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

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

    • min

      long min
      The lower bound (inclusive)
      Default:
      -9223372036854775808L
    • max

      long max
      The upper bound (inclusive)
      Default:
      9223372036854775807L