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

com.yanyun.auth.annotation.RequireCheck Maven / Gradle / Ivy

There is a newer version: 1.5.0
Show newest version
package com.yanyun.auth.annotation;

import java.lang.annotation.*;

/**
 * 定义工具注解,标记有该注解的方法,在调用前需要进行token令牌的校验
 */
@Documented
@Target(ElementType.METHOD)
@Retention(RetentionPolicy.RUNTIME)
public @interface RequireCheck {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy