Add "not null" annotations to KiwiResources#verifyExistence methods #1167
Labels
enhancement
A request for change or improvement to an existing feature
Milestone
Add an annotation to each (non-
void
)verifyExistence
method inKiwiResources
to tell callers and static code analysis tools that they should never returnnull
.This means we should add a direct dependency (possible with
provided
scope) on the annotation library. Since kiwi already is using Checker's@NonNull
and@Nullable
annotations, we should use@NonNull
and avoid adding another dependency.The text was updated successfully, but these errors were encountered: