All Downloads are FREE. Search and download functionalities are using the official Maven repository.

aQute.bnd.annotation.headers.BundleCopyright Maven / Gradle / Ivy

There is a newer version: 7.0.0
Show newest version
package aQute.bnd.annotation.headers;

import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;

/**
 * The Bundle-Copyright header contains the copyright specification for this
 * bundle.
 */
@Retention(RetentionPolicy.CLASS)
@Target({
		ElementType.ANNOTATION_TYPE, ElementType.TYPE
})
public @interface BundleCopyright {
	/**
	 * The Bundle-Copyright header contains the copyright specification for this
	 * bundle.
	 */
	String value();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy