public annotation JSONCollection(path as String)
Selects the JSON array containing entities of an annotated type.
@JSONCollection(path="$.users[*]") class User: pass