@SubtypeOf(value=UnknownVal.class) @Retention(value=RUNTIME) @Target(value={TYPE_PARAMETER,TYPE_USE}) public @interface StringVal
Modifier and Type | Required Element and Description |
---|---|
java.lang.String[] |
value
The values that the expression might evaluate to.
|