Skip to content

Static verification support #21

Description

@nedtwigg

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions