Annotation Interface LocalizableKeyBottom
@Documented
@Retention(RUNTIME)
@Target({TYPE_USE,TYPE_PARAMETER})
@TargetLocations({EXPLICIT_LOWER_BOUND,EXPLICIT_UPPER_BOUND})
@SubtypeOf(LocalizableKey.class)
@DefaultFor(LOWER_BOUND)
public @interface LocalizableKeyBottom
The bottom type in the Internationalization type system. Programmers should rarely write this
type.
- See the Checker Framework Manual:
- Internationalization Checker, the bottom type