We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7b2a09e + 9026690 commit 57de98dCopy full SHA for 57de98d
2 files changed
content/reference/java/java-proto-names.md
@@ -58,10 +58,9 @@ java_api_version | java_multiple_files | java_alt_api_package | java_package | j
58
59
### Recommendation { #recommendation }
60
61
-The recommended set of options to use is:
+The recommended option to use is:
62
63
```proto
64
-option java_api_version = 2;
65
option java_multiple_files = true;
66
```
67
@@ -70,3 +69,6 @@ will be placed in a separate `.java` file. This makes it much easier to move
70
69
messages from one `.proto` file to another. There is also an outer Java class
71
generated for the `.proto` file itself. (The legend above explains how this
72
outer class name is generated.)
+
73
+The `java_api_version` option defaults to `2`, but you can manually set it to
74
+`1` when necessary.
0 commit comments