blob: 3bad1d0e15052aa3db400de84bfd15825e227bd4 [file] [log] [blame]
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:beans="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="
http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans-2.5.xsd">
<bean id="someInstance" class="java.util.Date">
<beans:property name="date" value="0"/>
</bean>
<bean id="someInstance2" class="java.util.Date">
<beans:property name="date" value="0"/>
</bean>
<bean id="date" class="java.util.Date" scope="singleton"/>
</beans>