which `@Nullable` / `@Nonnull` are those? usually ...
# getting-started
m
which
@Nullable
/
@Nonnull
are those? usually these don't have runtime retention, so I guess it's still not possible to infer nullability using reflection, no?
d
maciekjanusz: It's the Jetbrains ones and true, I did not think of that