<@U0KFQLGN7>: the nullability information is store...
# announcements
y
@sargunv: the nullability information is stored in a protobuf-encoded binary format in the @Metadata annotation. the standard Java reflection knows nothing about it. I guess you could write your own code to read and decode the annotation, but that would be just duplicating the functionality of kotlin-reflect