mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-24 15:49:26 +00:00
Refine ControllerMappingReflectiveProcessor documentation
Closes gh-29938
This commit is contained in:
+1
-1
@@ -38,7 +38,7 @@ import org.springframework.stereotype.Controller;
|
||||
*
|
||||
* <ul>
|
||||
* <li>Return types annotated with {@link ResponseBody}</li>
|
||||
* <li>Parameters annotated with {@link RequestBody}</li>
|
||||
* <li>Parameters annotated with {@link RequestBody}, {@link ModelAttribute} and {@link RequestPart}</li>
|
||||
* <li>{@link HttpEntity} return types and parameters</li>
|
||||
* </ul>
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user