I using annotation configuration for spring context like
<context:annotation-config/>
<context:component-scan base-package="example"/>
But project is fairly large and scanning for both components have much time (10 s for one scan). Can I configure this in only one scan, that is proceeded in ?