增加javadoc注释

This commit is contained in:
Redkale
2017-02-27 11:56:18 +08:00
parent 2979fcc33d
commit 26ffb04834
39 changed files with 116 additions and 76 deletions

View File

@@ -37,7 +37,7 @@ public @interface WebInitParam {
/**
* 参数描述
*
* @return
* @return String
*/
String description() default "";
}