Annotation Type I18nChecksFormat


  • @Documented
    @Retention(RUNTIME)
    @Target(METHOD)
    public @interface I18nChecksFormat
    This annotation is used internally to annotate org.checkerframework.checker.i18nformatter.util.I18nFormatUtil#hasFormat (and will potentially be used to annotate more such functions in the future).

    Attach this annotation to a method with the following properties:

    • The first parameter is a format string.
    • The second parameter is a vararg that takes conversion categories.
    • The method returns true if the format string is compatible with the conversion categories.