Convert
annotationin packageklyn.data.mapping
public annotation Convert(
converter as Type = null,
attributeName as String = "",
disableConversion as Boolean = false
)
Convert

Selects or disables a statically typed converter for a mapped property.

Example
@Convert(converter=EmailConverter.type)
public property email as Email