Update RestParam.java

This commit is contained in:
Redkale
2017-02-02 17:23:02 +08:00
committed by GitHub
parent 716f4e6934
commit 7ea740edf1

View File

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