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