-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
I'm writing java-only code, and I want it to be friendly to Kotlin users. I also would like the same Kotlin non-null semantics in Java, as much as possible.
I would like to apply [SpotBugs, Checker Framework, whatever], and have it yell at me if I'm assigning null to a field or variable anywhere that wasn't annotated as @OrNull.
Do you have any experience / recommendations for using your annotations with other tools? I really enjoyed your https://dzone.com/articles/when-to-use-jsr-305-for-nullability-in-java article, thanks for digging in and sorting through the various efforts!
Metadata
Metadata
Assignees
Labels
No labels