kshchepanovskyi / protostuff-multimodule-example

Protostuff Code Generation example for maven multi-module project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Protostuff multi-module project code generation example

This example shows how to import message declarations from proto file that is in another module.

  1. Module common contains declaration of KeyValue message in the common.proto.
  2. Module foo uses KeyValue from common.proto, see foo.proto.

About

Protostuff Code Generation example for maven multi-module project

License:The Unlicense