org.jclouds.rest.annotations
Annotation Type Unwrap


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

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

Author:
Adrian Cole



Copyright © 2009-2012 jclouds. All Rights Reserved.