JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
Select Theme
Light
Dark
System Setting
io.reactivex.rxjava4.annotations
NonNull
Contents
Description
Hide sidebar
Show sidebar
Annotation Interface NonNull
@Documented
@Target
({
FIELD
,
METHOD
,
PARAMETER
,
LOCAL_VARIABLE
,
TYPE_PARAMETER
,
TYPE_USE
})
@Retention
(
CLASS
)
public @interface
NonNull
Indicates that a field/parameter/variable/type parameter/return type is never null.