spring-framework / org.springframework.web.method.annotation / ErrorsMethodArgumentResolver / <init>

<init>

ErrorsMethodArgumentResolver()

Resolves Errors method arguments.

An Errors method argument is expected to appear immediately after the model attribute in the method signature. It is resolved by expecting the last two attributes added to the model to be the model attribute and its BindingResult.

Author
Rossen Stoyanchev

Since
3.1