initial import

This commit is contained in:
Janne Valkealahti
2015-02-04 18:17:50 +00:00
parent ded18f863f
commit 48c65fd9ac
155 changed files with 12028 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="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-3.0.xsd">
<bean id="dependencyBean" class="org.springframework.statemachine.config.common.annotation.DependencyBean">
<property name="beanB" ref="simpleConfigBeanB" />
</bean>
</beans>