blob: 4fe1c562891b356face024ed9392de574014213a [file] [log] [blame]
package aQute.bnd.annotation;
import java.lang.annotation.*;
@Retention(RetentionPolicy.CLASS)
@Target({
ElementType.PACKAGE
})
public @interface Version {
String value();
}