quick question around the Implement Members from J...
# intellij
m
quick question around the Implement Members from Java code - how does IntelliJ know to generate somethnig with a signature of
String
versus a nullable type like
String?
? reason I am asking is for if this is something a library owner should implement with some
@Nonnull
annotation in their Java code or if there is something I should configure in IntelliJ