@Retention(value=CLASS)
@Target(value={ANNOTATION_TYPE,TYPE})
public @interface BundleDocURL
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
value
The Bundle-DocURL headers must contain a URL pointing to documentation
about this bundle.
|