blob: 36fc73cfd66f643e005ff845bc68884cbf3c3973 [file] [log] [blame]
package aQute.lib.getopt;
import java.lang.annotation.*;
@Retention(RetentionPolicy.RUNTIME)
public @interface Arguments {
String[] arg();
}