You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using @ModelAttribute in a Spring MVC controller, it currently requires additional usage of @ParameterObject from springdoc-openapi to generate accurate documentation. An enhancement is requested to provide direct support for @ModelAttribute without the need for additional @ParameterObject annotation, reducing annotation complexity.
To Reproduce
Steps to reproduce the current behavior: