blob: 183ef7b5d5a67541f25250eb178186f2d4e5cde1 [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 {
}