@Retention(value=RUNTIME) @Target(value={METHOD,TYPE}) public @interface Command
{@code
@NotNull java.lang.String[]
value
@NotNull public abstract @NotNull java.lang.String[] value
The first label is used as the primary name in generated help/usage messages.