`org.jetbrains.annotations.Nullable` isn't `RUNTIM...
# announcements
k
org.jetbrains.annotations.Nullable
isn't
RUNTIME
retention, so it makes sense you can't access it via Java reflection. Someone else will have to answer how
kotlin-reflect
is able to do it.