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 {
}