Annotation Type I18nInvalidFormat
-
@Documented @Retention(RUNTIME) @Target({TYPE_USE,TYPE_PARAMETER}) @SubtypeOf(I18nUnknownFormat.class) public @interface I18nInvalidFormat
This annotation, attached to aString
type, indicates that if the String is passed toMessageFormat.format(String, Object...)
, an exception will result.- See the Checker Framework Manual:
- Internationalization Format String Checker
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String
value
Using a value of the annotated type as the first argument toMessageFormat.format(String, Object...)
will lead to this exception message.
-