Annotation Type I18nChecksFormat


  • @Documented
    @Retention(RUNTIME)
    @Target(METHOD)
    public @interface I18nChecksFormat
    This annotation is used internally to annotate I18nFormatUtil.hasFormat() and similar methods.

    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.
    See the Checker Framework Manual:
    Internationalization Format String Checker