-
@Documented @Target({PARAMETER,FIELD}) @Retention(RUNTIME) public @interface RestPath
只能注解于Service类的方法的String参数或参数内的String字段用于获取HTTP请求URL HttpRequest.getRequestPath
详情见: https://redkale.org
- 作者:
- zhangjx
-
-
元素详细资料
-
comment
String comment
备注描述, 对应@HttpParam.comment- 返回:
- String
- 默认值:
- ""
-
-