tlinkowski / basic-annotations

A couple of basic Java annotations that cover null safety (via JSR 305), collection mutability (via Kotlin), and a few other concepts.
http://annotation.tlinkowski.pl/
Apache License 2.0
9 stars 2 forks source link

Add tests for Kotlin non-null and non-mutable compatibility #14

Closed tlinkowski closed 5 years ago

tlinkowski commented 5 years ago

The idea is to reflectively query sample-api from Kotlin (like in sample-project-kotlin), then call toString and ensure there are no ! nor Mutable substrings.

Blocked by:

tlinkowski commented 5 years ago

Duplicates #9.