@Target(value=METHOD) @Retention(value=RUNTIME) @Documented public @interface Request
| 限定符和类型 | 可选元素和说明 |
|---|---|
HttpMethod |
type
请求类型(默认get)
|
String |
value
请求路径
|
public abstract String value
public abstract HttpMethod type
Copyright © 2021. All rights reserved.