nz-talon首次提交

This commit is contained in:
hyx
2021-07-09 17:01:27 +08:00
parent 2db96629a7
commit e725329063
31 changed files with 3714 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
package net.geedge.confagent.annotation;
import java.lang.annotation.*;
@Target( {ElementType.METHOD,ElementType.TYPE})
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface UnCheckToken {
}