0

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. ;-)

user447607
  • 5,149
  • 13
  • 33
  • 55

1 Answers1

0

2.2.5. Specifying bean scope

Apparently there is a special guide or subsection for handling JavaConfig.

user447607
  • 5,149
  • 13
  • 33
  • 55