Package org.checkerframework.checker.i18nformatter.qual
package org.checkerframework.checker.i18nformatter.qual
-
ClassDescriptionThis annotation is used internally to annotate
I18nFormatUtil.hasFormat()
and similar methods.Elements of this enumeration are used in aI18nFormat
annotation to indicate the valid types that may be passed as a format parameter.This annotation, attached to a String type, indicates that the String may be passed toMessageFormat.format
.The bottom type in the Internationalization Format String type system.This annotation indicates that when a string of the annotated type is passed as the first argument toMessageFormat.format(String, Object...)
, then the expression that is an argument to the annotation can be passed as the remaining arguments, in varargs style.This annotation, attached to aString
type, indicates that if the String is passed toMessageFormat.format(String, Object...)
, an exception will result.This annotation is used internally to annotateResourceBundle.getString(java.lang.String)
indicating the checker to check if the given key exist in the translation file and annotate the result string with the correct format annotation according to the corresponding key's value.The top qualifier.This annotation is used internally to annotateI18nFormatUtil.isFormat()
.