提交 6868be24 编写于 作者: pig_冷冷's avatar pig_冷冷

Introducing new features. closed I1JX9T Inner 注解不支持 Class 级别

上级 42bdab19
......@@ -21,12 +21,12 @@ package com.pig4cloud.pig.common.security.annotation;
import java.lang.annotation.*;
/**
* @author lengleng
* @date 2018/11/26
* <p>
* 服务调用不鉴权注解
*
* @author lengleng
* @date 2020-06-14
*/
@Target(ElementType.METHOD)
@Target({ElementType.METHOD, ElementType.TYPE})
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface Inner {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册