feat:增加RoleIgnore

This commit is contained in:
曾文豪
2024-08-08 16:20:05 +08:00
parent 8dc8709499
commit 91833a44bb
2 changed files with 14 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
package com.tiesheng.annotation.role;
import java.lang.annotation.*;
@Target({ElementType.METHOD})
@Documented
@Retention(RetentionPolicy.RUNTIME)
public @interface RoleIgnore {
}