blob: 15ee17e08815076f399da3dba383fca8018d9c57 [file] [log] [blame]
package aQute.bnd.annotation;
import java.lang.annotation.*;
/**
* This type is provided for convenience because it is the default. A change
* in a provider type (that is all except Consumer types) can be changed with
* only a minor update to the package API version number.
*
* This interface is similar to the Eclipse @noextend and @noimplement annotations.
*
*
*
*/
@Retention(RetentionPolicy.CLASS)
@Target(ElementType.TYPE)
public @interface ProviderType {
}