No. Spring only needs to create the objects that will be managed by Spring. It is common to have Spring create the objects that have dependencies like a database call. And regular local variable instantiation for helper objects that are just
Java; you don't need to mock out, etc.