Class | Description |
---|---|
I18nFormatterAnnotatedTypeFactory |
Adds
I18nFormat to the type of tree, if it is a String or char literal
that represents a satisfiable format. |
I18nFormatterChecker |
A type-checker plug-in for the qualifier that finds syntactically invalid i18n-formatter calls
(MessageFormat.format()).
|
I18nFormatterTransfer |
The transfer function for the Internationalization Format String Checker.
|
I18nFormatterTreeUtil |
This class provides a collection of utilities to ease working with syntax trees that have
something to do with I18nFormatters.
|
I18nFormatterVisitor |
Whenever a method with
I18nFormatFor annotation is invoked, it will perform the format
string verification. |
I18nFormatUtil |
This class provides a collection of utilities to ease working with i18n format strings.
|
Enum | Description |
---|---|
I18nFormatterTreeUtil.FormatType |
Describe the format annotation type.
|