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