aboutsummaryrefslogtreecommitdiff
path: root/api/README.md
diff options
context:
space:
mode:
authorBogdan Drutu <bdrutu@google.com>2017-06-06 13:56:55 -0700
committerGitHub <noreply@github.com>2017-06-06 13:56:55 -0700
commit80ec0c120bb133b3d3747406be7e4c543b9e0446 (patch)
tree94d30b9612fd44408026455597ac7c76492536b2 /api/README.md
parent84d0f46e88faa89c0d822a73a7a610b9ac1bc471 (diff)
downloadopencensus-java-80ec0c120bb133b3d3747406be7e4c543b9e0446.tar.gz
Move internal & common & trace to the new package io.opencensus (#339)
Diffstat (limited to 'api/README.md')
-rw-r--r--api/README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/api/README.md b/api/README.md
new file mode 100644
index 00000000..797ebe0a
--- /dev/null
+++ b/api/README.md
@@ -0,0 +1,6 @@
+OpenCensus API
+======================================================
+
+* Java 6 and Android compatible.
+* The abstract classes in this directory can be subclassed to create alternative
+ implementations of the Instrumentation library.