XmlAfter

annotation class XmlAfter(val value: String)(source)

Require this property to be serialized after other (sibling) properties. The names are the serialNames of the properties being serialized (not XML names).

Properties

Link copied to clipboard
val value: Array<out String>