com.cloudcontrolled.api.annotation
Annotation Type Body


@Documented
@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface Body

The decorated field will be send inside of the message body of the http request.

Author:
Denis Neuling (denisneuling@gmail.com)

Optional Element Summary
 String value
          E.g for url encoded http parameters or the key of the json object to send
 

value

public abstract String value
E.g for url encoded http parameters or the key of the json object to send

Returns:
the key of the properties value
Default:
""


Copyright © 2012. All Rights Reserved.