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