This commit is contained in:
Redkale
2017-05-13 13:56:02 +08:00
parent 9db9db4f5e
commit 02fcb7b089

View File

@@ -10,8 +10,8 @@ import static java.lang.annotation.ElementType.*;
import static java.lang.annotation.RetentionPolicy.RUNTIME;
/**
* 配合 HttpServlet 使用。
* 当标记为 @AuthIgnore 的方法在执行execute之前不会调用authenticate 方法。
* 用于标记不要进行鉴权操作。 <br>
* 场景一:配合 HttpServlet 使用,当标记为 &#64;AuthIgnore 的方法在执行execute之前不会调用authenticate 方法。 <br>
*
* <p>
* 详情见: https://redkale.org