@Retention(RUNTIME) @Target(FIELD) @Documented public @interface PositionalArguments
Modifier and Type | Optional Element | Description |
---|---|---|
int |
maxElements |
The maximum number of arguments allowed.
|
int |
minElements |
The minimum number of arguments required.
|