https://kotlinlang.org logo
#announcements
Title
# announcements
o

orangy

02/22/2017, 12:24 AM
I think we mark params, no? Can't check now, but may be incompatible annotations?
g

groostav

02/22/2017, 10:34 AM
orangy: You can of course:
Copy code
class Thingy @Inject constructor(@Assisted @Nullable val arg: Int?)
that will run properly, I just want kotlinc to do it automatically
o

orangy

02/22/2017, 10:40 AM
Can guice be instructed to use alternative nullity annotations? Because we have them, but they are from intellij.annotations.
g

groostav

02/22/2017, 10:41 AM
hmm, thats a good question, ill look into it tomorrow
it might have to be a PR though
3 Views