@Incubating
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.TYPE, ElementType.METHOD})
@Repeatable(Headers.class)
public @interface Header
Declares a default HTTP header. Can be applied to the interface (applies to all methods) or to individual methods.