What does non-null mean?

@NonNull means null is not a legal value . Here the null annotation comes to important. By defining @NonNull annotation you can tell to the compiler that you don’t want a null value in position. but It’s the caller’s responsibility to never pass a null value, which is to be ensured, e.g., by an explicit null check.

Sizin İçin Seçtik  Ford T ne demek?

Leave a Reply

Your email address will not be published. Required fields are marked *