com.cloudcontrolled.api.annotation
Annotation Type Path


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

The decorated Request type is mapped onto the defined url path.

Author:
Denis Neuling (denisneuling@gmail.com)

Required Element Summary
 String value
          Defines the url path.
 

Element Detail

value

public abstract String value
Defines the url path.

Returns:
url path.


Copyright © 2012. All Rights Reserved.