Package org.checkerframework.checker.i18nformatter.qual


package org.checkerframework.checker.i18nformatter.qual
  • Class
    Description
    This annotation is used internally to annotate
    invalid reference
    org.checkerframework.checker.i18nformatter.util.I18nFormatUtil#hasFormat
    (and will potentially be used to annotate more such functions in the future).
    Elements of this enumeration are used in a I18nFormat 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 to MessageFormat.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 to MessageFormat.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 a String type, indicates that if the String is passed to MessageFormat.format(String, Object...), an exception will result.
    This annotation is used internally to annotate ResourceBundle.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 annotate
    invalid reference
    org.checkerframework.checker.i18nformatter.util.I18nFormatUtil#isFormat
    .