Doesn't Spring really support Interface injection at all?
- by mrCoder
Hi
I know that Spring doesn't supports Interface injection and I've read that many a times.
But today as I came across an article about IOC by Martin Fowler (link), it seems using ApplicationContextAware in Spring is some what similar to the Interface injection.
when ever Spring' context reference is required in our Spring bean, we'll implement …