Annotation Interface Bundle


@Target({PACKAGE,METHOD,TYPE}) @Retention(RUNTIME) public @interface Bundle
The bundle annotation states which localization bundle is to be used in a certain scope.
See Also:
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    the name of the bundle to use
  • Element Details

    • value

      String value
      the name of the bundle to use