aaverin
01/10/2018, 10:41 AM@NonNull. Implementation might actually send a null value in this parameter.
When overriding method in Kotlin, I am forced to use non-optional parameter value, that results in NPE once in a while.
Is there any way I could workaround this @NonNull annotation and avoid NPE?