Skip to content

Instantly share code, notes, and snippets.

@dlinsin
Created October 9, 2009 05:50
Show Gist options
  • Save dlinsin/205762 to your computer and use it in GitHub Desktop.
Save dlinsin/205762 to your computer and use it in GitHub Desktop.
<?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-2.0.xsd">
<bean class="org.springframework.osgi.extensions.annotation.ServiceReferenceInjectionBeanPostProcessor"/>
<bean id="testService" class="de.linsin.sample.springdm.MyService"/>
</beans>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment