org.wicketstuff.rest.annotations.parameters
Annotation Type RequestBody


@Retention(value=RUNTIME)
@Target(value=PARAMETER)
public @interface RequestBody

Annotation used to indicate that a method parameter must be extracted from the request body. This implies a deserialization from the request body (from example from JSON format) to the parameter type.

Author:
andrea del bene



Copyright © 2013–2014. All rights reserved.