This annotation marks a parameter to not accept null
.
A Qt method with StrictNonNull
-annotated return type never returns null
.
When giving null
to a StrictNonNull
-annotated method argument a NullPointerException
is thrown.
This annotation marks a parameter to not accept null
.
A Qt method with StrictNonNull
-annotated return type never returns null
.
When giving null
to a StrictNonNull
-annotated method argument a NullPointerException
is thrown.