-
@Documented @Target(METHOD) @Retention(RUNTIME) public @interface Command
接收命令的标记, 只能标记在本地模式下Service里参数为(String)或(String, String[])的public方法上详情见: https://redkale.org
- 从以下版本开始:
- 2.1.0
- 作者:
- zhangjx
@Documented @Target(METHOD) @Retention(RUNTIME) public @interface Command
详情见: https://redkale.org