删除无用注解

pull/150/MERGE
Sxile 2020-04-08 11:02:06 +08:00
parent febd69e2b3
commit 6c94fe8b82
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@ import java.lang.annotation.Target;
* @author ruoyi * @author ruoyi
* *
*/ */
@Inherited
@Target(ElementType.METHOD) @Target(ElementType.METHOD)
@Retention(RetentionPolicy.RUNTIME) @Retention(RetentionPolicy.RUNTIME)
@Documented @Documented