This commit is contained in:
Redkale
2018-01-05 18:41:03 +08:00
parent e20619e0c9
commit d14a939acb

View File

@@ -46,7 +46,7 @@ public @interface RestParam {
int radix() default 10; int radix() default 10;
/** /**
* 参数是否必传 * 参数是否必传, 仅供apidoc功能使用框架运行中不作验证
* *
* @return boolean * @return boolean
*/ */