Annotation Type Configuration.IntegerRange


  • @Documented
    @Target(METHOD)
    @Retention(CLASS)
    public static @interface Configuration.IntegerRange
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      int max  
      boolean maxInclusive  
      int min  
      boolean minInclusive  
    • Element Detail

      • min

        int min
        Default:
        -2147483648
      • max

        int max
        Default:
        2147483647
      • minInclusive

        boolean minInclusive
        Default:
        true
      • maxInclusive

        boolean maxInclusive
        Default:
        true