blob: 66d2aeeaa5c039e5e427e2b2ac64dafa48be6f48 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "http://www.springframework.org/dtd/spring-beans.dtd">
<beans>
<bean id="favoriteService" class="org.apache.xbean.spring.example.FavoriteService">
<property name="favorites">
<map>
<entry key="Dan">
<value>Grey Goose</value>
</entry>
</map>
</property>
</bean>
</beans>