| Name | Description | Type | Package | Framework |
| I18nAnnotatedTypeFactory | Class | org.checkerframework.checker.i18n | Checker | |
| I18nChecker | A type-checker that enforces (and finds the violations of) two properties: Only localized output gets emitted to the userOnly localizable keys (i. | Class | org.checkerframework.checker.i18n | Checker |
| I18nChecksFormat | Attach this annotation to a method with the following properties: The first parameter is a format string. | Class | org.checkerframework.checker.i18nformatter.qual | Checker |
| I18nConversionCategory | enum I18nConversionCategoryElements of this enumeration are used in a I18nFormat annotation | Class | org.checkerframework.checker.i18nformatter.qual | Checker |
| I18nConversionCategoryTest | Class | org.checkerframework.checker.i18nformatter.unittests | Checker | |
| I18nFormat | This annotation, attached to a String type, indicates that the String may be passed to | Class | org.checkerframework.checker.i18nformatter.qual | Checker |
| I18nFormatBottom | Class | org.checkerframework.checker.i18nformatter.qual | Checker | |
| I18nFormatFor | This annotation indicates that when a string of the annotated type is passed as the first argument to MessageFormat. | Class | org.checkerframework.checker.i18nformatter.qual | Checker |
| I18nFormatterAnalysis | Needed for flow analysis to implement I18nFormatUtil. | Class | org.checkerframework.checker.i18nformatter | Checker |
| I18nFormatterAnnotatedTypeFactory | Adds I18nFormat to the type of tree, if it is a String or char literal that represents a satisfiable format. | Class | org.checkerframework.checker.i18nformatter | Checker |
| I18nFormatterChecker | A type-checker plug-in for the qualifier that finds syntactically invalid i18n-formatter calls (MessageFormat. | Class | org.checkerframework.checker.i18nformatter | Checker |
| I18nFormatterTransfer | Class | org.checkerframework.checker.i18nformatter | Checker | |
| I18nFormatterTreeUtil | This class provides a collection of utilities to ease working with syntax trees that have something to do with I18nFormatters. | Class | org.checkerframework.checker.i18nformatter | Checker |
| I18nFormatterTreeUtil .FormatType | Describe the format annotation typeReturns the enum constant of this type with the specified name. | Class | org.checkerframework.checker.i18nformatter | Checker |
| I18nFormatterVisitor | Whenever a method with I18nFormatFor annotation is invoked, it will perform the format string verification. | Class | org.checkerframework.checker.i18nformatter | Checker |
| I18nFormatUtil | This class provides a collection of utilities to ease working with i18nAuthor:Siwakorn SrisakaokulSee the Checker Framework Manual:Internationalization | Class | org.checkerframework.checker.i18nformatter | Checker |
| I18nHasFormatTest | Class | org.checkerframework.checker.i18nformatter.unittests | Checker | |
| I18nInvalidFormat | This annotation, attached to a String type, indicates that if the String is passed to | Class | org.checkerframework.checker.i18nformatter.qual | Checker |
| I18nMakeFormat | This annotation is used internally to annotate ResourceBundle. | Class | org.checkerframework.checker.i18nformatter.qual | Checker |
| I18nSubchecker | A type-checker that checks that only localized Strings are visibleSee the Checker Framework Manual:Internationalization Checker | Class | org.checkerframework.checker.i18n | Checker |
| I18nUnknownFormat | Class | org.checkerframework.checker.i18nformatter.qual | Checker | |
| I18nValidFormat | Class | org.checkerframework.checker.i18nformatter.qual | Checker | |
| LocalizableKey | Class | org.checkerframework.checker.i18n.qual | Checker | |
| LocalizableKeyAnnotatedTypeFactory | A PropertyKeyATF that uses LocalizableKey to annotate the keys. | Class | org.checkerframework.checker.i18n | Checker |
| LocalizableKeyChecker | A type-checker that checks that only valid localizable keys are used when using localizing methods | Class | org.checkerframework.checker.i18n | Checker |
| Localized | Class | org.checkerframework.checker.i18n.qual | Checker | |
| UnknownLocalized | Class | org.checkerframework.checker.i18n.qual | Checker | |