Package rx.annotations
Annotations for indicating experimental and beta operators, classes, methods, types or fields.
-
Annotation Types Summary Annotation Type Description Beta Signifies that a public API (public class, method or field) is subject to incompatible changes, or even removal, in a future release.Experimental Signifies that a public API (public class, method or field) is will almost certainly be changed or removed in a future release.