# 注解完善

pull/394/head
廖金龙 2020-06-08 23:10:14 +08:00
parent acc1d253e4
commit cf13fa922c
1 changed files with 3 additions and 4 deletions

View File

@ -15,15 +15,14 @@
*/
package me.zhengjie.annotation;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
import java.lang.annotation.*;
/**
* @author jacky
* 访
*/
@Inherited
@Documented
@Target({ElementType.METHOD,ElementType.ANNOTATION_TYPE})
@Retention(RetentionPolicy.RUNTIME)
public @interface AnonymousAccess {