@Inherited
@Documented
@Target(value={PARAMETER,FIELD})
@Retention(value=RUNTIME)
public @interface RestURI
用于获取HTTP请求URL HttpRequest.getRequestURI
详情见: https://redkale.org
限定符和类型 | 可选元素和说明 |
---|---|
java.lang.String |
comment
备注描述, 对应@HttpParam.comment
|