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

com.iwbfly.myhttp.annotation.Header Maven / Gradle / Ivy

The newest version!
package com.iwbfly.myhttp.annotation;

import com.iwbfly.myhttp.lifecycles.param.HeaderLifeCycle;

import java.lang.annotation.*;

@Documented
@ParamLifeCycle(HeaderLifeCycle.class)
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.PARAMETER)
public @interface Header {

    String value() default "";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy