blob: f4e9faa78317de6bf2fc16940eea806f3eff6355 [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 OptionArgument {
7 String value();
8}