Package com.cloudcontrolled.api.annotation

Annotation Types Summary
Body The decorated field will be send inside of the message body of the http request.
Default The decorated field got an optional default value in case it was not set.
Method The decorated Request type will be send via the chosen HttpMethod.
Normalized The decorated Response type will be built via the defined JSONNormalizer.
Path The decorated Request type is mapped onto the defined url path.
PathVariable The decorated field's value will fill out the defined part of the request url.
Required The decorated field was marked as required for the concerning request.
 



Copyright © 2012. All Rights Reserved.