Annotation Interface I18nMakeFormat


@Documented @Retention(RUNTIME) @Target(METHOD) public @interface I18nMakeFormat
This annotation is used internally to annotate ResourceBundle.getString(java.lang.String). It tells the checker to check whether the given key exists in the translation file, and to annotate the result string with the correct format annotation according to the corresponding key's value. This is done in I18nFormatterTransfer.
See the Checker Framework Manual:
Internationalization Format String Checker