Uses of Annotation Interface
org.springframework.web.bind.annotation.ControllerAdvice

Packages that use ControllerAdvice
Package
Description
Annotations for binding requests to controllers and handler methods as well as for binding request parameters to method arguments.
Common infrastructure for handler method processing, as used by Spring MVC's org.springframework.web.servlet.mvc.method package.