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

aQute.bnd.annotation.ConsumerType Maven / Gradle / Ivy

package aQute.bnd.annotation;

import java.lang.annotation.*;

/**
 * 

* Adding this annotation to a type in an API package indicates that the owner of * that package will not change this interface in a minor update. Any backward * incompatible change to this interface requires a major update of the version * of this package. This annotation is provided for convenience because it is the default. *

*

* For an elaborate and simple explanation, see {@link ProviderType}. *

*/ @Documented @Retention(RetentionPolicy.CLASS) @Target(ElementType.TYPE) public @interface ConsumerType { }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy