cn.bestwu.api.sign.NoApiSign Maven / Gradle / Ivy
package cn.bestwu.api.sign;
import java.lang.annotation.*;
/**
* 不验证签名的接口,和{@code cn.bestwu.api.sign.ApiSign}配合使用,用法与{@code cn.bestwu.api.sign.ApiSign}类似
*
* @author Peter Wu
*/
@Target({ ElementType.METHOD, ElementType.TYPE })
@Retention(RetentionPolicy.RUNTIME)
@Inherited
@Documented
public @interface NoApiSign {
}