if you don't provide default value like in <@U3D0A...
# spring
s
if you don't provide default value like in @poohbar example it is probably better to annotate a nullable parameter and avoid specifying explicitly
required = false
since it will be inferred from Kotlin type system :
@RequestParam("custom-name") foo: Foo?