xyz.erupt.upms.annotation.EruptLoginAuth Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of erupt-upms Show documentation
Show all versions of erupt-upms Show documentation
User Permissions Management
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 {
}