Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-felix
/
d3ef9020555d551fa202cde4522967a02d8b05fd
/
.
/
bundleplugin
/
src
/
main
/
java
/
aQute
/
lib
/
getopt
/
Description.java
blob: d5baead1bee47e2059f87b8ab8ffd978a49c2730 [
file
] [
log
] [
blame
]
package
aQute
.
lib
.
getopt
;
import
java
.
lang
.
annotation
.*;
@Retention
(
RetentionPolicy
.
RUNTIME
)
public
@interface
Description
{
String
value
();
}