You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The EventListenerMethodProcessor currently skips beans whereisSpringContainerClass returns true. There are a few more types that we could also consider skipping:
Anything in java.lang classes
Any java.util classes
Any javax.servlet classes
All of these turn out to be pretty common beans in Spring Boot applications.