Annotation Type CliObject


  • @Retention(RUNTIME)
    @Documented
    public @interface CliObject
    Add this annotation to make an object available on the CLI to add helper methods. Note: You need to have a constructor which takes a single argument, the Proxies instance.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String name  
    • Element Detail

      • name

        java.lang.String name