Non-void @InitBinder method

Last modified: 03 December 2024

Reports Spring MVC Controller methods annotated with @InitBinder that are not declared as void.

According to the specification, init-binder methods should be declared as void.