We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00ca294 commit 294a8e8Copy full SHA for 294a8e8
CHANGES.md
@@ -4,6 +4,13 @@
4
5
This release adds `@Beta` and `@Experimental` annotations to mark APIs that are not yet stable.
6
7
+An example of how this looks in the [Javadocs](http://reactivex.io/RxJava/javadoc/rx/Observable.html#onBackpressureBlock()) is:
8
+
9
+```
10
+@Experimental
11
+public final Observable<T> onBackpressureBlock()
12
13
14
The lifecycle and stability of these are [documented in the README](https://github.com/ReactiveX/RxJava/blob/1.x/README.md#versioning) as follows:
15
16
> #### @Beta
0 commit comments