So Java NotNull annotated is converted to `Type` and Java Nullable annotated to `Type?` accordingly So #KT-19299 Fixed