This commit is contained in:
Redkale
2018-07-10 15:36:23 +08:00
parent 0dc3d65307
commit 9efc14e627

View File

@@ -32,7 +32,6 @@ public @interface RestParam {
* name='&#38;'表示当前用户; <br>
* name='#'表示截取uri最后一段; <br>
* name='#xxx:'表示从uri中/pipes/xxx:v/截取xxx:的值 <br>
* 若方法名以find、delete开头且方法的参数只有一个且参数类型是基本数据类型或String则默认值为"#" <br>
*
* @return String
*/