Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-felix
/
edcfe3281219d95bb8eb4432f7e35697a1d09526
/
.
/
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
();
}