Hello

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 (20 s).
Can I configure this in only one scan, that is proceeded in <context:annotation-config/>?