Annotation Interface NonNull


@Documented @Retention(CLASS) @Target(TYPE_USE) public @interface NonNull
The NonNull annotation indicates that the null value is forbidden for the annotated element.