Generate @Nullable/@NotNull annotations on Kotlin declarations (for IDEA interop)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
class ClassWithConstructor(
|
||||
nullable: String?,
|
||||
notNull: String
|
||||
)
|
||||
Reference in New Issue
Block a user