Annotation Interface I18nUnknownFormat
@Documented
@Retention(RUNTIME)
@Target({TYPE_USE,TYPE_PARAMETER})
@TargetLocations({EXPLICIT_LOWER_BOUND,EXPLICIT_UPPER_BOUND})
@InvisibleQualifier
@SubtypeOf({})
@DefaultQualifierInHierarchy
public @interface I18nUnknownFormat
The top qualifier.
A type annotation indicating that the run-time value might or might not be a valid i18n format string.
- See the Checker Framework Manual:
- Internationalization Format String Checker