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