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

com.github.nezha.httpfetch.resolver.ArrayParam Maven / Gradle / Ivy

There is a newer version: 1.2.0
Show newest version
package com.github.nezha.httpfetch.resolver;

import java.lang.annotation.*;

/**
 * Created by daiqiang on 17/3/27.
 */
@Target({ElementType.FIELD, ElementType.PARAMETER})
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface ArrayParam {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy