From a1eaf1e3917fc36094989b8501983cf9a9e2e1d2 Mon Sep 17 00:00:00 2001 From: Ben Christensen Date: Tue, 14 May 2013 14:12:15 -0700 Subject: [PATCH] README on internal nature of rx.operators package --- rxjava-core/src/main/java/rx/operators/README.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 rxjava-core/src/main/java/rx/operators/README.txt diff --git a/rxjava-core/src/main/java/rx/operators/README.txt b/rxjava-core/src/main/java/rx/operators/README.txt new file mode 100644 index 00000000000..c2d441a10ca --- /dev/null +++ b/rxjava-core/src/main/java/rx/operators/README.txt @@ -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. \ No newline at end of file