Package io.reactivex.rxjava3.annotations
Annotations for indicating operator behavior, API stability
(
@Experimental
and @Beta
) and
nullability indicators (Nullable
and NonNull
).-
Enum Summary Enum Description BackpressureKind Enumeration for various kinds of backpressure support. -
Annotation Types Summary Annotation Type Description BackpressureSupport Indicates the backpressure support kind of the associated operator or class.Beta Indicates the feature is in beta state: it will be most likely stay but the signature may change between versions without warning.CheckReturnValue Marks methods whose return values should be checked.Experimental Indicates the feature is in experimental state: its existence, signature or behavior might change without warning from one release to the next.NonNull Indicates that a field/parameter/variable/type parameter/return type is never null.Nullable Indicates that a field/parameter/variable/type parameter/return type may be null.SchedulerSupport Indicates what kind of scheduler the class or method uses.