Uses of Annotation Interface
org.springframework.web.bind.annotation.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
Modifier and TypeClassDescription@interface
A convenience annotation that is itself annotated with@Controller
and@ResponseBody
.@interface
A convenience annotation that is itself annotated with@ControllerAdvice
and@ResponseBody
.