Hello, I've started to use Kotlin with Spring and...
# getting-started
a
Hello, I've started to use Kotlin with Spring and I've noticed of the next syntax:
SpringApplication.run(Server::class.java, *args)
-> *args I don't see any reference to it in kotlinlang documentation about the '*' usage in parameters.