Join Slack
Powered by
My first time with injection in Kotlin: if I have ...
# getting-started
m
mbickel
11/02/2015, 10:39 AM
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.
Open in Slack
Previous
Next