I'm a Spring 4 newb. So if I have a Singleton how do I wire beans of various scopes into it?
I've seen no examples of this. Is it because it's been abstracted away so that all you have to do is apply @Scope("prototype")? That would explain the absence of information but it's hard to search for what isn't there. ;-)