Nikky
fun process(@PageResult("page_2") data: String): String { return "one + $data" }
ilya.chernikov