mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-10 23:17:27 +00:00
Add C#/Java generator behaviour for 'private' attribute (#4882)
* Added 'private' attribute, supported when generating C# and Java * Added use of 'private' attribute in monster_test
This commit is contained in:
committed by
Wouter van Oortmerssen
parent
1f03becd24
commit
c2c3a84aaf
@@ -564,6 +564,7 @@ class Parser : public ParserState {
|
||||
known_attributes_["native_type"] = true;
|
||||
known_attributes_["native_default"] = true;
|
||||
known_attributes_["flexbuffer"] = true;
|
||||
known_attributes_["private"] = true;
|
||||
}
|
||||
|
||||
~Parser() {
|
||||
|
||||
Reference in New Issue
Block a user