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

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