<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE mapping PUBLIC "-//EXOLAB/Castor Mapping DTD Version 1.0//EN"
		"http://castor.org/mapping.dtd">

<mapping>

	<class name="test.Price" auto-complete="true">
		<field name="amount" type="double" handler="test.AmountCastorHandler" />
	</class>

</mapping>