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

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