We can add the below to our protobuf files so that we will publish them under the dev.responsive java package to follow java conventions (this may matter when we publish artifacts to OSS maven repos)
option java_multiple_files = true;
option java_package = "dev.responsive....";