@Target(value=PARAMETER) @Retention(value=RUNTIME) @Documented public @interface WxmpParam
Modifier and Type | Optional Element and Description |
---|---|
HttpParamDataType |
httpParamDataType
参数数据类型
|
String |
name
参数名称
|
String |
value
参数名称
|
@AliasFor(value="value") public abstract String name
public abstract String value
public abstract HttpParamDataType httpParamDataType
Copyright © 2020. All rights reserved.