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

This commit is contained in:
lengleng 2020-06-14 17:32:59 +08:00
parent 42bdab1988
commit 6868be2418
1 changed files with 4 additions and 4 deletions

View File

@ -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 {