Annotation Interface RBArgComment0


@Retention(SOURCE) @Target(FIELD) @Documented public @interface RBArgComment0
Represents a specific comment to the localized team corresponding to the associated RBEntry's "{0}" substitition.

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

    Required Elements
    Modifier and Type
    Required Element
    Description
    A specific comment to the localization team for the given property's RBEntry's "{0}" substitution.
  • Element Details

    • value

      String value
      A specific comment to the localization team for the given property's RBEntry's "{0}" substitution. This annotation is equivalent to "<key>.argComment0=..." in a StringResourceInfo rbInfo file.

      Supported API: true