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

xyz.erupt.upms.annotation.EruptLoginAuth Maven / Gradle / Ivy

The newest version!
package xyz.erupt.upms.annotation;

import xyz.erupt.annotation.config.Comment;

import java.lang.annotation.*;

/**
 * @author YuePeng
 * date 2023/6/9 22:40
 */
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.METHOD})
@Documented
@Comment("登录校验")
public @interface EruptLoginAuth {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy