
com.github.youzan.httpfetch.QueryParam Maven / Gradle / Ivy
The newest version!
package com.github.youzan.httpfetch;
import java.lang.annotation.*;
@Target({ElementType.PARAMETER})
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface QueryParam {
String value();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy