Package io.objectbox.annotation
Annotation Type NotNull
-
@Retention(CLASS) @Target({FIELD,METHOD,PARAMETER}) @interface NotNullSpecifies that property is not nullYou can also use any another NotNull or NonNull annotation (from any library or your own), they are equal to using this