My first time with injection in Kotlin: if I have ...
# getting-started
m
My first time with injection in Kotlin: if I have a
@Context
JAX-RS injection, how do I declare the val/var? I tried constructor injection, but the compiler rightly complains about a missing parameter on the call site.