cn.montaro.relaxhttp.annotation.method.request.GET Maven / Gradle / Ivy
package cn.montaro.relaxhttp.annotation.method.request;
import java.lang.annotation.*;
@Target(ElementType.METHOD)
@Retention(RetentionPolicy.RUNTIME)
public @interface GET {
String value();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy