
com.github.dadiyang.httpinvoker.annotation.Headers Maven / Gradle / Ivy
package com.github.dadiyang.httpinvoker.annotation;
import java.lang.annotation.*;
/**
* Indicates the parameter is a header map.
*
* This annotation should only be annotated on parameter of Map<String, String> type
* @author huangxuyang
* date 2018/12/21
*/
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.PARAMETER)
@Documented
public @interface Headers {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy