Annotation Type TopCommand


  • @Qualifier
    @Target({FIELD,PARAMETER,TYPE,METHOD})
    @Retention(RUNTIME)
    public @interface TopCommand
    Top-level command for Picocli CommandLine instance. This qualifier can be used together with Named. Runtime property quarkus.picocli.top-command should be used to specify which Named TopCommand will be used.