Annotation Interface Size
The annotated element size must be between the specified boundaries (included).
Supported types are:
String(length of character sequence is evaluated)
null elements are considered valid.
-
Optional Element Summary
Optional Elements
-
Element Details
-
min
int minReturns size the element must be higher or equal to.- Default:
- 0
-
max
int maxReturns size the element must be lower or equal to.- Default:
- 2147483647
-