Package org.jclouds.rest.annotations
Annotation Type Headers
-
@Target({TYPE,METHOD}) @Retention(RUNTIME) public @interface Headers
Designates that a header will be added to the request. This header will contain the specifiedvalue, expanding any variables annotated withPathParam.- See Also:
PathParam
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description boolean[]urlEncodeIndicates whether a header should be URL encoded.
-