Skip to content

Instantly share code, notes, and snippets.

@dlinsin
Created October 9, 2009 06:00
Show Gist options
  • Save dlinsin/205769 to your computer and use it in GitHub Desktop.
Save dlinsin/205769 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"
xmlns:util="http://www.springframework.org/schema/util"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-2.0.xsd">
<util:properties id="extenderProperties"> <prop key="process.annotations">true</prop> </util:properties>
</beans>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment