Converter
annotationin packageklyn.data.mapping
public annotation Converter(autoApply as Boolean = false)
Converter

Marks a statically typed value converter.

Example
@Converter(autoApply=true)
public class EmailConverter implements AttributeConverter<Email, String>:
pass