| Index: mojo/public/java/bindings/README.md
|
| diff --git a/mojo/public/java/bindings/README.md b/mojo/public/java/bindings/README.md
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..821a230ed9a2a97f6ad0a68de2603fcedaaa0285
|
| --- /dev/null
|
| +++ b/mojo/public/java/bindings/README.md
|
| @@ -0,0 +1,12 @@
|
| +#  Mojo Java Bindings API
|
| +This document is a subset of the [Mojo documentation](/mojo).
|
| +
|
| +[TOC]
|
| +
|
| +## Overview
|
| +
|
| +This document provides a brief guide to API usage with example code snippets.
|
| +For a detailed API references please consult the class definitions in
|
| +[this directory](https://cs.chromium.org/chromium/src/mojo/public/java/bindings/src/org/chromium/mojo/bindings/)
|
| +
|
| +TODO: Make the contents of this document less non-existent.
|
|
|