posted 11 years ago
Hi,
How does spring identifies which concrete class it should used in case of collections.
like :
<bean id="a" class="A">
<list>
<value>"ABC"</value>
</list>
</bean>
Here which concrete class of list it will use, same for Set.
Thanks,
Amit