Exception handling methods annotated with @ExceptionHandler.
Model enhancement methods (for adding additional data to the model) annotated with
@ModelAttribute. Note that these attributes are not available to the exception handling views.
Binder initialization methods (used for configuring form-handling) annotated with
@InitBinder.