@Target(value=METHOD)
 @Retention(value=RUNTIME)
 @Documented
public static @interface ImageBundle.Resource
ImageBundle. If the path is
 unqualified (that is, if it contains no slashes), then it is sought in the
 package enclosing the image bundle to which the annotation is attached. If
 the path is qualified, then it is expected that the string can be passed
 verbatim to ClassLoader.getResource().| Modifier and Type | Required Element and Description | 
|---|---|
| java.lang.String | value |