XMLAttribute
annotationin packageklyn.data.xml
public annotation XMLAttribute(path as String)
XMLAttribute

Binds an entity property to an XML attribute on the current element.

Example
@XMLAttribute(path="@id")
public property id as Int