org.jclouds.rest.annotations
Annotation Type WrapWith


@Target(value=PARAMETER)
@Retention(value=RUNTIME)
public @interface WrapWith

Wraps the payload in json nested one level deep, relating to the value parameter. ex. "bar" becomes { "foo" :"bar" }

Author:
Adrian Cole

Required Element Summary
 String value
          what to wrap the value in
 

Element Detail

value

public abstract String value
what to wrap the value in



Copyright © 2009-2011 jclouds. All Rights Reserved.