Annotation Interface RBComment


@Retention(RUNTIME) @Target(FIELD) @Documented public @interface RBComment
Represents a general comment to the localized team corresponding to the associated RBEntry.

Supported API: true
Extendable: false
See Also:
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    A general, one-line, comment to the localization team for the given property's RBEntry.
  • Element Details

    • value

      String value
      A general, one-line, comment to the localization team for the given property's RBEntry. This annotation is equivalent to "<key>.comment=..." in a StringResourceInfo rbInfo file. For multi-line comments or to communicate message groups, use regular JavaDoc.

      Supported API: true