reset 回滚 InnerExclude 注解相关提交 错误的理解了功能

This commit is contained in:
疯狂的狮子li
2022-06-15 17:02:13 +08:00
parent 28f1d15e2e
commit 646423a394
3 changed files with 1 additions and 46 deletions

View File

@@ -1,15 +0,0 @@
package com.ruoyi.common.core.annotation;
import java.lang.annotation.*;
/**
* dubbo 内网鉴权放行
*
* @author Lion Li
*/
@Inherited
@Target({ElementType.METHOD, ElementType.TYPE})
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface InnerExclude {
}