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

org.swiftboot.auth.annotation.UserName Maven / Gradle / Ivy

The newest version!
package org.swiftboot.auth.annotation;

import java.lang.annotation.Documented;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.Target;

import static java.lang.annotation.RetentionPolicy.RUNTIME;

/**
 * @author swiftech
 * @since 2.1
 */
@Target({ElementType.PARAMETER})
@Retention(RUNTIME)
@Documented
public @interface UserName {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy