Can you create a List in a Spring application-context.xml file without using the element?
I have a bean whose constructor takes a Col
Col
A possible solution for your problem is to pass a single string to your constructor and then parse the list inside the constructor using String.split().