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.annotationClasses in org.springframework.web.bind.annotation with annotations of type ResponseBodyModifier and TypeClassDescription@interfaceA convenience annotation that is itself annotated with@Controllerand@ResponseBody.@interfaceA convenience annotation that is itself annotated with@ControllerAdviceand@ResponseBody.