This commit is contained in:
Redkale
2017-05-13 14:18:46 +08:00
parent 63fe26f9cb
commit f1f0227dca

View File

@@ -25,7 +25,7 @@ import static java.lang.annotation.RetentionPolicy.*;
public @interface RestMapping {
/**
* 是否屏蔽该方法转换
* 是否屏蔽该方法进行HttpMapping转换
*
* @return boolean
*/
@@ -47,7 +47,7 @@ public @interface RestMapping {
String comment() default "";
/**
* 是否鉴权,默认不鉴权, 对应@AuthIgnore
* 是否鉴权,默认不鉴权, 对应@HttpMapping.auth
*
* @return boolean
*/