注释类型 Cmd


  • ()
    ()
    public @interface Cmd
    Command
    • 必需元素概要

      所需元素 
      修饰符和类型 必需的元素 说明
      name
      Command name
      summary
      Command description
    • 可选元素概要

      可选元素 
      修饰符和类型 可选元素 说明
      [] example
      Command example
      int sort
      Command order in help
    • 元素详细资料

      • name

         name
        Command name
        返回:
        command name
      • summary

         summary
        Command description
        返回:
        command description
      • example

        [] example
        Command example
        返回:
        command example
        默认值:
        {}
      • sort

        int sort
        Command order in help
        返回:
        command order in help
        默认值:
        0