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

cn.montaro.relaxhttp.annotation.parameter.Query Maven / Gradle / Ivy

package cn.montaro.relaxhttp.annotation.parameter;

import java.lang.annotation.*;

@Target(ElementType.PARAMETER)
@Retention(RetentionPolicy.RUNTIME)
@Inherited
public @interface Query {
    String value() default "";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy