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

com.github.youzan.httpfetch.resolver.FormParam Maven / Gradle / Ivy

The newest version!
package com.github.youzan.httpfetch.resolver;

import java.lang.annotation.*;

/**
 * 文件参数
 * Created by daiqiang on 16/12/21.
 */
@Target({ElementType.PARAMETER, ElementType.FIELD})
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface FormParam {

    String value() default "";

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy