Uses of Annotation Interface
org.springframework.web.bind.annotation.ResponseBody
Packages that use ResponseBody
Package
Description
Annotations for binding requests to controllers and handler methods
as well as for binding request parameters to method arguments.
-
Uses of ResponseBody in org.springframework.web.bind.annotation
Classes in org.springframework.web.bind.annotation with annotations of type ResponseBodyModifier and TypeClassDescription@interfaceA convenience annotation that is itself annotated with@Controllerand@ResponseBody.@interfaceA shortcut annotation that combines@ControllerAdvicewith@ResponseBody, in effect simply an@ControllerAdvicewhose exception handler methods render to the response body.