![JAR search and dependency download from the Maven repository](/logo.png)
uk.ac.ceh.components.userstore.springsecurity.ActiveUser Maven / Gradle / Ivy
package uk.ac.ceh.components.userstore.springsecurity;
import java.lang.annotation.*;
/**
* Annotation which flags a user to be injected into a method
* @author Christopher Johnson
*/
@Target(ElementType.PARAMETER)
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface ActiveUser {}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy