JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
org.checkerframework.checker.i18nformatter.qual
I18nValidFormat
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Annotation Interface I18nValidFormat
@Documented
@Retention
(
RUNTIME
)
@Target
(
METHOD
)
public @interface
I18nValidFormat
This annotation is used internally to annotate
I18nFormatUtil.isFormat()
.
See the Checker Framework Manual:
Internationalization Format String Checker