ZacSweers / inspector

A tiny class validation library.
https://hzsweers.github.io/inspector
Apache License 2.0
62 stars 4 forks source link

How should reflective nullability checks work? #2

Open ZacSweers opened 7 years ago

ZacSweers commented 7 years ago

Currently they're built-in and run first. Should they:

ZacSweers commented 6 years ago

Another alternative - assume yes and make configurable via annotation on the class itself to opt-out. DisableReflectiveNullabilityValidation or something really annoying and verbose.