All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.ruijc.shiro.annotation.SessionUser Maven / Gradle / Ivy

The newest version!
package com.ruijc.shiro.annotation;

import java.lang.annotation.*;

/**
 * 获取Shiro当前用户
 *
 * @author Storezhang
 * @see SessionUserArgumentResolver
 */
@Target({ElementType.PARAMETER})
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface SessionUser {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy