Update RestParam.java

This commit is contained in:
Redkale
2017-02-02 17:21:43 +08:00
committed by GitHub
parent 90ab302667
commit 716f4e6934

View File

@@ -31,4 +31,6 @@ public @interface RestParam {
boolean required() default true; //参数是否必传
String comment() default ""; //备注描述
boolean required() default true; //参数是否必传
}