JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field |
Required |
Optional
Detail:
Field |
Element
SEARCH
Package
org.checkerframework.checker.i18nformatter.qual
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