public abstract @interface

RequestBody

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

Class Overview

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

Summary

[Expand]
Inherited Methods
From interface java.lang.annotation.Annotation