com.nxyfan.framework.common.annotation.CommonApiSafe Maven / Gradle / Ivy
package com.nxyfan.framework.common.annotation;
import java.lang.annotation.*;
/**
*
* Describe: 自定义api接口安全注解
* Author: Administrator
* Create Time: 2024年4月25日 下午2:22:45
* Copyright @ 2024 51LIFE
*/
@Target({ElementType.METHOD, ElementType.FIELD, ElementType.TYPE})
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface CommonApiSafe {
}