protoc.nonTreeChild2.proto Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of protobufel-test-protos2 Show documentation
Show all versions of protobufel-test-protos2 Show documentation
Shared Test Resources - test .proto files used by protobufel-grammar
The newest version!
package common.child.sub1.sub2;
//package common;
option java_package = "test.java.package1";
message Child2 {
optional string field1 = 1;
}