Annotation Interface PolyValue
@Documented
@Retention(RUNTIME)
@Target({TYPE_USE,TYPE_PARAMETER})
@PolymorphicQualifier(UnknownVal.class)
public @interface PolyValue
A polymorphic qualifier for the Constant Value Checker.
- See the Checker Framework Manual:
- Constant Value Checker, Qualifier polymorphism