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

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