blob: 4b3b45cbd80b34ca6c57dfbe9d6811ee2462d76b [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!-- START SNIPPET: xml -->
<beans xmlns:b="http://xbean.apache.org/schemas/pizza">
<b:vodka id="vodkaService">
<b:name>Grey Goose</b:name>
<b:vodkaClass>org.apache.xbean.spring.example.VodkaService</b:vodkaClass>
</b:vodka>
</beans>
<!-- END SNIPPET: xml -->