disable @Notnull-assertions
hi,
i've compiled some code and had idea add some (lots of) notnull-assertions. i also used a lot of assert-statements.
is there a way to run the code without checking for null similar to he "-ea" switch? or do i have to recompile everything?
请先登录再写评论。
We don't provide any conditional @NotNull checks, so you'll need to turn the compiler option off and recompile.