Showing
2 changed files
with
2 additions
and
2 deletions
@@ -7,7 +7,7 @@ import java.lang.annotation.Target; | @@ -7,7 +7,7 @@ import java.lang.annotation.Target; | ||
7 | 7 | ||
8 | /** | 8 | /** |
9 | * 在Controller的方法参数中使用此注解,该方法在映射时会注入当前登录的User对象 | 9 | * 在Controller的方法参数中使用此注解,该方法在映射时会注入当前登录的User对象 |
10 | - * @see com.xkl.authorization.resolvers.CurrentAdminMethodArgumentResolver | 10 | + * @see com.xkl.authorization.resolvers.CurrentUserMethodArgumentResolver |
11 | */ | 11 | */ |
12 | @Target(ElementType.PARAMETER) | 12 | @Target(ElementType.PARAMETER) |
13 | @Retention(RetentionPolicy.RUNTIME) | 13 | @Retention(RetentionPolicy.RUNTIME) |
-
Please register or login to post a comment