Strange behaviour of @Configuration with @Configurable in Spring
问题 I've been using XML based configuration for a while - we've got a Vaadin application with Spring used as DI, but we are not interested in DispacherServlet - only root context, which we use to inject global (not user owned dependencies). The way it works I've defined root-context.xml file with content: <context:annotation-config /> <context:spring-configured /> <context:load-time-weaver /> <context:component-scan base-package="com.example" /> And my web.xml has in it: <context-param> <param