Package sonia.scm.cli

Annotation Interface CliResourceBundle


@Documented @Target(TYPE) @Retention(RUNTIME) public @interface CliResourceBundle
Defines a custom resource bundle for the CLI command We need to use this workaround instead the picocli way because we cannot ensure that the resource bundles can be found by the classloader. Currently, there is no solution for picocli to chose which classloader should be used to load command-related resource bundle.
Since:
2.35.0
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Element Details