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 intrangeEndReturns the maximum value of the attribute.intrangeStartReturns the minimum value of the attribute.
-