nz-talon首次提交
This commit is contained in:
@@ -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 {
|
||||
}
|
||||
Reference in New Issue
Block a user