All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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 {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy