![JAR search and dependency download from the Maven repository](/logo.png)
plus.extvos.restlet.annotation.RequestHeader Maven / Gradle / Ivy
The newest version!
package plus.extvos.restlet.annotation;
import java.lang.annotation.*;
/**
* @author shenmc
*/
@Target({ElementType.PARAMETER})
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface RequestHeader {
String value();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy