Annotation Type FenumBottom
-
@Documented @Retention(RUNTIME) @Target({TYPE_USE,TYPE_PARAMETER}) @TargetLocations({LOWER_BOUND,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