Proper nullability for built in Java classes?

I noticed when invoking methods like

AnnotatedElement#getAnnotation(class: Class)

The values are not marked as explicitly nullable.
Would it be possible to remove the ambiguity of the input and return types since they are built in classes?