Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-felix
/
2e430199ac391d9a729c43c03c9ba1c2d91ff870
/
.
/
bundleplugin
/
src
/
main
/
java
/
aQute
/
bnd
/
annotation
/
Version.java
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
();
}