Add a --java-package-prefix option to flatc (#7848)

Co-authored-by: Derek Bailey <derekbailey@google.com>
This commit is contained in:
Chuck Atkins
2023-03-03 00:52:03 -05:00
committed by GitHub
parent 79d6abb42e
commit b90cc35a10
3 changed files with 59 additions and 19 deletions

View File

@@ -655,6 +655,7 @@ struct IDLOptions {
CaseStyle cpp_object_api_field_case_style;
bool cpp_direct_copy;
bool gen_nullable;
std::string java_package_prefix;
bool java_checkerframework;
bool gen_generated;
bool gen_json_coders;