Annotation Type Bundle


  • @Documented
    @Inherited
    @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
      java.lang.String value
      The optional bundle name.
      Empty string if annotated class.
    • Element Detail

      • value

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