blob: 36fc73cfd66f643e005ff845bc68884cbf3c3973 [file] [log] [blame]
Stuart McCullochbb014372012-06-07 21:57:32 +00001package aQute.lib.getopt;
2
3import java.lang.annotation.*;
4
5@Retention(RetentionPolicy.RUNTIME)
6public @interface Arguments {
7 String[] arg();
8}