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