mirror of https://gitee.com/maxjhandsome/pig
✨ Introducing new features. closed I1JX9T Inner 注解不支持 Class 级别
This commit is contained in:
parent
42bdab1988
commit
6868be2418
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue