Is there a simple way to exclude a package / sub-package from autowiring in Spring 3.1?
E.g., if I wanted to include a component scan with a base package of co
co
I think you should refactor your packages in more convenient hierarchy, so they are out of the base package.
But if you can't do this, try:
...
Here you could find more examples: Using filters to customize scanning