Is there a way to programmatically retrieve a bean via a qualifier?
Is there a way to programmatically retrieve a bean via a qualifier?
That's interesting, as is this thread: http://forum.springsource.org/showthread.php?t=78141.
Still, I'm probably going to stick with my map of type->beanNames hack for now. It's probably more performant and less code.