Well, given that there are `@NonNull` annotations ...
# android
a
Well, given that there are
@NonNull
annotations in java method already, you can pretty safely remove
?
in Kotlin method signature. Though I'm not sure if it should be done automatically, if it is your question