Annotation Type NumberRange
-
@SupportedAll @Retention(RUNTIME) @Target(METHOD) public @interface NumberRange
An annotation which tags a configuration method as representing a number range.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description int
rangeEnd
Returns the maximum value of the attribute.int
rangeStart
Returns the minimum value of the attribute.
-