Annotation Interface PolyFenum
@Documented
@Retention(RUNTIME)
@Target({TYPE_USE,TYPE_PARAMETER})
@PolymorphicQualifier(FenumTop.class)
public @interface PolyFenum
A polymorphic qualifier for the fake enum type system.
- See the Checker Framework Manual:
- Fake Enum Checker, Qualifier polymorphism