Hi, I've spent some time looking at the documentation and searching Google but haven't managed to find either a positive or negative confirmation that what I'd like is possible - maybe someone here knows?
I have various messages defined in a single .proto file, and have the following options set: option java_package = "com.mypackage.subpackage" option java_outer_classname = "ClientMessage" This generates a public class ClientMessage in the correct package. Is is possible to make the ClientMessage outer class package scoped instead of public? Thanks, James -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/protobuf. For more options, visit https://groups.google.com/d/optout.
