Annotation Interface DisplayInfo.ValueRange

Enclosing class:
DisplayInfo

@Retention(RUNTIME) @Target(FIELD) public static @interface DisplayInfo.ValueRange
  • Optional Element Summary

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

    • min

      long min
      Default:
      0L
    • max

      long max
      Default:
      2147483647L
    • minExclusive

      boolean minExclusive
      Default:
      false
    • maxExclusive

      boolean maxExclusive
      Default:
      false