Annotation Type Configuration.LongRange


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

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

      • min

        long min
        Default:
        -9223372036854775808L
      • max

        long max
        Default:
        9223372036854775807L
      • minInclusive

        boolean minInclusive
        Default:
        true
      • maxInclusive

        boolean maxInclusive
        Default:
        true