Apparently, AnnotationConfigApplicationContext#scan() scans for packages recursively.
I am not sure of it, but one of my @Component
classes apparently loaded without being explicitly mentioned anywhere except being inside of subpackage of mentioned package.
So first question: is it true that Spring scans package recursively?
The second question, if it was true, is how to disable this?