mnRun

inline fun <T> mnRun(vararg args: String): ApplicationContext

Top level function acting as a Kotlin shortcut allowing to write mnRun<Foo>(args) instead of Micronaut.run(Foo::class.java, *args).

Return

The ApplicationContext

Author

Alejandro Gomez

Since

1.0.0

Parameters

T

The application class

args

The arguments