-
@Documented @Inherited @Retention(RUNTIME) @Target(TYPE) @Analyze("org.tentackle.buildsupport.BundleHandler") 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.StringvalueThe optional bundle name.
Empty string if annotated class.
-