@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