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

org.iartisan.runtime.web.annotation.Token Maven / Gradle / Ivy

The newest version!
package org.iartisan.runtime.web.annotation;

import java.lang.annotation.*;

/**
 * 用户token
 *
 * @author King  2019/3/11
 */
@Target(ElementType.PARAMETER)
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface Token {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy