com.cloudcontrolled.api.annotation
Annotation Type PathVariable
@Documented
@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface PathVariable
The decorated field's value will fill out the defined part
of the request url.
- Author:
- Denis Neuling (denisneuling@gmail.com)
|
Required Element Summary |
String |
value
Defines the placeholder of the variable to set. |
value
public abstract String value
- Defines the placeholder of the variable to set.
- Returns:
- the placeholder of the variable to set.
Copyright © 2012. All Rights Reserved.