org.springframework.web.bind.annotation
Annotation Type RequestBody


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

Annotation which indicates that a method parameter should be bound to the web request body. Supported for annotated handler methods in Servlet environments.

Since:
3.0
Author:
Arjen Poutsma
See Also:
RequestHeader, ResponseBody, AnnotationMethodHandlerAdapter