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