This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
nezha-nz-talon/src/main/java/net/geedge/confagent/annotation/UnCheckToken.java
2021-07-09 17:01:27 +08:00

10 lines
205 B
Java

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