Polish ModelAttributeMethodProcessor#constructAttribute Javadoc

This commit is contained in:
Sébastien Deleuze 2023-05-30 12:07:52 +02:00
parent 71b2154ec8
commit 7a05f81844
1 changed files with 1 additions and 0 deletions

View File

@ -233,6 +233,7 @@ public class ModelAttributeMethodProcessor implements HandlerMethodArgumentResol
* after constructor resolution. * after constructor resolution.
* @param ctor the constructor to use * @param ctor the constructor to use
* @param attributeName the name of the attribute (never {@code null}) * @param attributeName the name of the attribute (never {@code null})
* @param parameter the method parameter declaration
* @param binderFactory for creating WebDataBinder instance * @param binderFactory for creating WebDataBinder instance
* @param webRequest the current request * @param webRequest the current request
* @return the created model attribute (never {@code null}) * @return the created model attribute (never {@code null})