nkiesel
fun hello(@QueryParam("greeting") @DefaultValue("hi") greeting: String = "hi")
alllex
const val
const val HELLO_GREETING_DEF = "hi" hello(@QueryParam("greeting") @DefaultValue(HELLO_GREETING_DEF) greeting: String = HELLO_GREETING_DEF)
A modern programming language that makes developers happier.