This commit is contained in:
Redkale
2017-05-12 14:21:47 +08:00
parent 77cd24fa42
commit 26778c58c9

View File

@@ -37,8 +37,8 @@ public @interface HttpParam {
boolean required() default true; //参数是否必传 boolean required() default true; //参数是否必传
/** /**
* 配合 @WebParam 使用。 * 配合 @HttpParam 使用。
* 用于对@WebParam中参数的来源类型 * 用于对@HttpParam中参数的来源类型
* *
* <p> * <p>
* 详情见: https://redkale.org * 详情见: https://redkale.org