public annotation Convert( converter as Type = null, attributeName as String = "", disableConversion as Boolean = false )
Selects or disables a statically typed converter for a mapped property.
@Convert(converter=EmailConverter.type) public property email as Email