Dalinar
02/25/2016, 5:30 PM@NotNull
on the return value (it returns a String
)
- I subclassed this ***Java class*** in ***Kotlin***
- I implemented the abstract method in the Kotlin class
- but IntelliJ accepts both : String
and :String?
without complaints... I want to limit it so that only :String
is valid - which is what I thought that link was saying @NotNull
was for... what did I misunderstand?