blob: a47dbc0d80c8f794979016aec19909d90a1d5138 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!-- START SNIPPET: xml -->
<beans xmlns:b="http://xbean.apache.org/schemas/pizza" xmlns:s="http://xbean.apache.org/schemas/spring/1.0">
<bean class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer"/>
<b:beer s:id="beerService" id="123" name="${beerType}"/>
</beans>
<!-- END SNIPPET: xml -->