diesieben07
fun get(@RequestParam limit: Int = 20)
fun get(@RequestParam(defaultValue = "20") limit: Int)
defaultValue