Annotation Interface FenumBottom
@Documented
@Retention(RUNTIME)
@Target({TYPE_USE,TYPE_PARAMETER})
@TargetLocations({EXPLICIT_LOWER_BOUND,EXPLICIT_UPPER_BOUND})
@SubtypeOf({})
@DefaultFor(LOWER_BOUND)
public @interface FenumBottom
The bottom type in the Fenum type system. Programmers should rarely write this type.
Its relationships are set up via the FenumAnnotatedTypeFactory.
- See the Checker Framework Manual:
- Property File Checker, the bottom type