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

top.cutexingluo.tools.common.api.ApiPublic Maven / Gradle / Ivy

There is a newer version: 1.1.6
Show newest version
package top.cutexingluo.tools.common.api;


import java.lang.annotation.*;


/**
 * Api 开放接口
 * 

声明接口为公开接口

*

可用于 apifox 配置

*

可以用Spring Security 的@PermitAll 代替

* * @author XingTian * @version 1.0.0 * @date 2023/7/20 18:21 */ @Documented @Retention(RetentionPolicy.RUNTIME) @Target({ElementType.TYPE, ElementType.METHOD}) public @interface ApiPublic { }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy