@ResponseBody: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * Spring MVC Concepts") |
No edit summary |
||
Line 2: | Line 2: | ||
* [[Spring_MVC_Concepts#Controller_Annotations|Spring MVC Concepts]] | * [[Spring_MVC_Concepts#Controller_Annotations|Spring MVC Concepts]] | ||
=Overview= | |||
Annotation that indicates a method return value should be bound to the web response body. |
Latest revision as of 18:23, 12 March 2019
Internal
Overview
Annotation that indicates a method return value should be bound to the web response body.