@Retention(value=CLASS)
@Target(value={ANNOTATION_TYPE,TYPE})
public @interface BundleCopyright
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
value
The Bundle-Copyright header contains the copyright specification for this
bundle.
|