Browse Source
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3117 50f2f4bb-b051-0410-bef5-90022cba6387pull/1/head
2 changed files with 42 additions and 34 deletions
@ -1,12 +1,11 @@ |
|||||||
<?xml version="1.0" encoding="UTF-8"?> |
<?xml version="1.0" encoding="UTF-8"?> |
||||||
<beans xmlns="http://www.springframework.org/schema/beans" |
<beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
||||||
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.xsd"> |
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd"> |
||||||
|
|
||||||
<bean id="foo" class="org.springframework.context.annotation.Foo"> |
<bean id="foo" class="org.springframework.context.annotation.Spr6602Tests$Foo"> |
||||||
<constructor-arg ref="barFactory"/> |
<constructor-arg ref="barFactory" /> |
||||||
</bean> |
</bean> |
||||||
|
|
||||||
<bean id="barFactory" class="org.springframework.context.annotation.BarFactory"/> |
<bean id="barFactory" class="org.springframework.context.annotation.Spr6602Tests$BarFactory" /> |
||||||
|
|
||||||
</beans> |
</beans> |
||||||
|
|||||||
Loading…
Reference in new issue