Annotation Interface PropertyKeyBottom
@Documented
@Retention(RUNTIME)
@Target({TYPE_USE,TYPE_PARAMETER})
@TargetLocations({EXPLICIT_LOWER_BOUND,EXPLICIT_UPPER_BOUND})
@SubtypeOf(PropertyKey.class)
@DefaultFor(LOWER_BOUND)
public @interface PropertyKeyBottom
The bottom type in the PropertyKeyChecker (and associated checkers) qualifier hierarchy.
Programmers should rarely write this type.
- See the Checker Framework Manual:
- Property File Checker, the bottom type