Annotation Interface Range


@Retention(RUNTIME) @Target(METHOD) @Documented public @interface Range
Used with ConfigItem, describes valid int range for a config item.
  • Optional Element Summary

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

    • min

      int min
      Default:
      0
    • max

      int max
      Default:
      2147483647