Annotation Interface Configuration.IntegerRange

Enclosing class:
Configuration

@Documented @Target(METHOD) @Retention(CLASS) public static @interface Configuration.IntegerRange
Input for the annotated configuration field storing an Integer, will be validated if it is in the given range.
  • Optional Element Summary

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

    • min

      int min
      Default:
      -2147483648
    • max

      int max
      Default:
      2147483647
    • minInclusive

      boolean minInclusive
      Default:
      true
    • maxInclusive

      boolean maxInclusive
      Default:
      true