Annotation Type CliSubcommandsWithPrefix


  • @Retention(RUNTIME)
    @Target(TYPE)
    public @interface CliSubcommandsWithPrefix

    Required for control.sh backward compatibility. CommandsRegistry marked with this annotation must expect subcommand name with -- prefix.
    Example:

    ./control.sh --warm-up --stop ... other options.

    Here, subcommand name "--stop" passed with -- command prefix.