I'm trying to define a message field called isXyz which returns a bool value. But im passing in a Set<ABC> as a method arguments, here is the java implementation of it
public boolean isXyz(Set<? extends ABC> abc) How to define my message to get this method generate in java. Thanks for the help! -- 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.
