Join Slack
Powered by
if you don't provide default value like in <@U3D0A...
# spring
s
sdeleuze
03/15/2018, 2:15 PM
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?
3
Views
Open in Slack
Previous
Next