spring-framework / org.springframework.web.method

Package org.springframework.web.method

Types

ControllerAdviceBean

open class ControllerAdviceBean : Ordered

Encapsulates information about an ControllerAdvice Spring-managed bean without necessarily requiring it to be instantiated.

The #findAnnotatedBeans(ApplicationContext) method can be used to discover such beans. However, a ControllerAdviceBean may be created from any object, including ones without an @ControllerAdvice.