aboutsummaryrefslogtreecommitdiff
path: root/docs/source
diff options
context:
space:
mode:
authorWouter van Oortmerssen <aardappel@gmail.com>2018-11-02 11:40:21 -0700
committerWouter van Oortmerssen <aardappel@gmail.com>2018-11-02 11:40:21 -0700
commit21591916afea4f50bb448fd071c3fccbc1d8034f (patch)
tree395e48e6dff2d0c8da2cd96c800cd4d578461ac0 /docs/source
parentb6c3d7b8994ee1bcb389f0deb890cfa97c8f5ba7 (diff)
downloadflatbuffers-21591916afea4f50bb448fd071c3fccbc1d8034f.tar.gz
Fixed missing code from @javax.annotation PR.
https://github.com/google/flatbuffers/pull/4986 missed part of the implementation. Change-Id: Ie41771eb018a550c289c77ebe9ef5c50d1ad6751
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/Compiler.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/source/Compiler.md b/docs/source/Compiler.md
index 18eafd4a..420019cd 100644
--- a/docs/source/Compiler.md
+++ b/docs/source/Compiler.md
@@ -105,6 +105,8 @@ Additional options:
output (by default the case for C++ and JS), all code will end up in
this one file.
+- `--gen-generated`: Add @Generated annotation for Java
+
- `--no-js-exports` : Removes Node.js style export lines (useful for JS)
- `--goog-js-export` : Uses goog.exportsSymbol and goog.exportsProperty