spring component scan for classes
- by awk
I want to scan all the classes in a package that that are subclasses of the particular class.
Then I want to take these classes and for each of them instantiate a bean of same type, using the class as a property.
Then I want to gather all these anonymous beans and put them into collection. Is it possible to configure spring context in XML like this?
Thx