mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
78542777d6
Stereotype annotations should support a 'value' attribute for specifying the name of the Spring-managed component; however, @RestController currently does not provide such an attribute. This commit introduces a 'value' attribute in @RestController so that developers can provide custom names for components annotated with @RestController. Issue: SPR-11360