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