Thinking about it though, it sounds like a nightma...
# spring
d
Thinking about it though, it sounds like a nightmare to implement considering how default values on parameters are implemented. It would require using Kotlin reflection with
callBy
to call the method instead of normal method call. I am not sure if it is at all possible to fit that onto the chain of method interceptors that spring uses.