模块 org.redkale

注释类型 Command


  • @Documented
    @Target(METHOD)
    @Retention(RUNTIME)
    public @interface Command
    接收命令的标记, 只能标记在本地模式下Service里参数为(String)或(String, String[])的public方法上

    详情见: https://redkale.org

    从以下版本开始:
    2.1.0
    作者:
    zhangjx
    • 可选元素概要

      可选元素 
      修饰符和类型 可选元素 说明
      String comment
      描述
      String description
      参数帮助说明,在value不为空命令redkale --help时显示
      String value
      命令号,没有指定值则接收所有的命令
    • 元素详细资料

      • value

        String value
        命令号,没有指定值则接收所有的命令
        返回:
        String
        默认值:
        ""
      • description

        String description
        参数帮助说明,在value不为空命令redkale --help时显示
        返回:
        String
        从以下版本开始:
        2.7.0
        默认值:
        ""
      • comment

        String comment
        描述
        返回:
        String
        默认值:
        ""