@SubtypeOf(value=UnknownVal.class) @Retention(value=RUNTIME) @Target(value={TYPE_PARAMETER,TYPE_USE}) public @interface ArrayLen
For example, String @ArrayLen(2) []
is the type for an array of two strings.
Modifier and Type | Required Element and Description |
---|---|
int[] |
value |