com.cloudcontrolled.api.annotation
Annotation Type Method


@Documented
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface Method

The decorated Request type will be send via the chosen HttpMethod.

Author:
Denis Neuling (denisneuling@gmail.com)

Required Element Summary
 HttpMethod value
          Define the HttpMethod to use.
 

Element Detail

value

public abstract HttpMethod value
Define the HttpMethod to use.

Returns:
the HttpMethod to use.


Copyright © 2012. All Rights Reserved.