Annotation Type I18nChecksFormat
This annotation is used internally to annotate
(and will potentially
be used to annotate more such functions in the future).
invalid reference
org.checkerframework.checker.i18nformatter.util.I18nFormatUtil#hasFormat
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.