org.jclouds.rest.annotations
Annotation Type Headers
@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
Required Element Summary |
String[] |
keys
|
keys
public abstract String[] keys
- See Also:
HttpHeaders
values
public abstract String[] values
Copyright © 2009-2011 jclouds. All Rights Reserved.