Skip to content

Commit

Permalink
README on internal nature of rx.operators package
Browse files Browse the repository at this point in the history
  • Loading branch information
benjchristensen committed May 14, 2013
1 parent 877b8d0 commit a1eaf1e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions rxjava-core/src/main/java/rx/operators/README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
This package "rx.operators" is for internal implementation details and can change at any time.

It is excluded from the public Javadocs (http://netflix.github.io/RxJava/javadoc/) and should not be relied upon by any code.

In short, changes to public signatures of these classes will not be accounted for in the versioning of RxJava.

0 comments on commit a1eaf1e

Please sign in to comment.