val binding: Boolean
Allows declaring data binding disabled directly on an @ModelAttribute method parameter or on the attribute returned from an @ModelAttribute method, both of which would prevent data binding for that attribute.
By default this is set to true in which case data binding applies. Set this to false to disable data binding.
Since
4.3