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