Inspectopedia
 
2024.3

Non-void @InitBinder method

Error
Code Style
New
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.