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