Annotation Interface Bundle


@Documented @Retention(RUNTIME) @Target(TYPE) @Analyze("org.tentackle.buildsupport.BundleAnalyzeHandler") public @interface Bundle
Annotation to express that the annotated class corresponds to a resource bundle.
Author:
harald
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The optional bundle name.
    Empty string if annotated class.
  • Element Details

    • value

      String value
      The optional bundle name.
      Empty string if annotated class.
      Returns:
      bundle name
      Default:
      ""