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

xyz.erupt.upms.fun.EruptLogin Maven / Gradle / Ivy

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

import xyz.erupt.annotation.config.Comment;

import java.lang.annotation.*;

/**
 * @author YuePeng
 * date 2021/2/13 20:10
 */
@Comment("自定义登录逻辑,需在spring boot入口类中修饰")
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.TYPE)
@Documented
@Inherited
public @interface EruptLogin {

    Class value();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy