@Target(value={TYPE,METHOD})
@Retention(value=RUNTIME)
public @interface Headers
Designates that a header will be added to the request. This header will contain the specified
 value, expanding any variables annotated with PathParam.
- Author:
 
  - Adrian Cole
 
- See Also:
 PathParam