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