I have many property sets defined in spring.xml
created by factory bean. I'm looking for spring solution to merge them into single bean. So:
INPUT: 2 or more beans of type java.util.Properties
OUTPUT: single bean of type java.util.Properties
Is there something like that in Spring or as free available code? I don't want to reinvent the wheel :)