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