org.jclouds.rest.annotations
Annotation Type Unwrap


@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface Unwrap

Unwraps the only value in the json reponse ex. { "foo" :"bar" } becomes "bar"

Author:
Adrian Cole



Copyright © 2009-2011 jclouds. All Rights Reserved.