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
We use a custom ClassPathBeanDefinitionScanner along with AnnotationConfigWebApplicationContext. To achieve this, we have to extend AnnotationConfigWebApplicationContext and override the loadBeanDefinitions method to substitute our custom scanner. Would be nice if AnnotationConfigWebApplicationContext simply had a set method for the scanner the same as the set methods for the BeanNameGenerator and ScopeMetadataResolver.