|
@@ -2,7 +2,6 @@ package com.chelvc.framework.security.annotation;
|
|
|
|
|
|
import java.lang.annotation.Documented;
|
|
import java.lang.annotation.Documented;
|
|
import java.lang.annotation.ElementType;
|
|
import java.lang.annotation.ElementType;
|
|
-import java.lang.annotation.Inherited;
|
|
|
|
import java.lang.annotation.Retention;
|
|
import java.lang.annotation.Retention;
|
|
import java.lang.annotation.RetentionPolicy;
|
|
import java.lang.annotation.RetentionPolicy;
|
|
import java.lang.annotation.Target;
|
|
import java.lang.annotation.Target;
|
|
@@ -13,7 +12,6 @@ import java.lang.annotation.Target;
|
|
* @author Woody
|
|
* @author Woody
|
|
* @date 2024/8/4
|
|
* @date 2024/8/4
|
|
*/
|
|
*/
|
|
-@Inherited
|
|
|
|
@Documented
|
|
@Documented
|
|
@Retention(RetentionPolicy.RUNTIME)
|
|
@Retention(RetentionPolicy.RUNTIME)
|
|
@Target({ElementType.FIELD, ElementType.METHOD})
|
|
@Target({ElementType.FIELD, ElementType.METHOD})
|