Annotation Type CLIServiceMethod


@Retention(RUNTIME)
@Target(METHOD)
public @interface CLIServiceMethod
  • Element Details

    • description

      String description
      Returns:
      the description of the method
      Default:
      ""
    • name

      String name
      Returns:
      the name of the method if you don't want to use the original method name
      Default:
      ""