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

Selects the XML elements containing entities of an annotated type.

Example
@XMLCollection(path="/users/user")
class User:
pass