Is there a simpler way of creating a plugin to rewrite parts of the generated code from the default implementation? So if I want to generate the java/c++/python code for a service, but I basically want all the surroundings, and just modify some of the body of the class(es), is there any easy way to do this besides either pulling in most of the compile/java|cpp|python/*.[h|cc] or patching the java_service.[h|cc] ? Basically it'd great if there was a way to register a plugin to write just parts of the file, particularly in the case of java, c++, and python service class bodies. Any suggestions?
thanks -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/protobuf?hl=en.
