@Documented @Retention(value=RUNTIME) @Target(value={TYPE_USE,TYPE_PARAMETER}) @SubtypeOf(value=I18nUnknownFormat.class) public @interface I18nInvalidFormat
String type, indicates that if the String
 is passed to MessageFormat.format(String, Object...), an exception will result.| Modifier and Type | Required Element and Description | 
|---|---|
| String | valueUsing a value of the annotated type as the first argument to  MessageFormat.format(String, Object...)will lead to this exception message. | 
public abstract String value
MessageFormat.format(String, Object...) will lead to this exception message.