com.github.bingoohuang.springrestclient.provider.ClientSign Maven / Gradle / Ivy
package com.github.bingoohuang.springrestclient.provider;
import java.lang.annotation.*;
@Documented
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
public @interface ClientSign {
String clientKey();
String security();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy