-
@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
-
-
Element Detail
-
value
String value
The optional bundle name.
Empty string if annotated class.- Returns:
- bundle name
- Default:
- ""
-
-