Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-felix
/
282c0e0f1e36c0bc9f5163a318888a506cdf5d4e
/
.
/
bundleplugin
/
src
/
main
/
java
/
aQute
/
lib
/
getopt
/
Description.java
blob: d5baead1bee47e2059f87b8ab8ffd978a49c2730 [
file
] [
log
] [
blame
]
Stuart McCulloch
bb01437
2012-06-07 21:57:32 +0000
[
diff
] [
blame
]
1
package
aQute
.
lib
.
getopt
;
2
3
import
java
.
lang
.
annotation
.*;
4
5
@Retention
(
RetentionPolicy
.
RUNTIME
)
6
public
@interface
Description
{
7
String
value
();
8
}