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
Nullable
Contents
Description
Hide sidebar
Show sidebar
Annotation Interface Nullable
@Documented
@Target
({
FIELD
,
METHOD
,
PARAMETER
,
LOCAL_VARIABLE
,
TYPE_PARAMETER
,
TYPE_USE
})
@Retention
(
CLASS
)
public @interface
Nullable
Indicates that a field/parameter/variable/type parameter/return type may be null.