unittest_import_public.proto 483 B

123456789101112131415161718
  1. // Protocol Buffers - Google's data interchange format
  2. // Copyright 2008 Google Inc. All rights reserved.
  3. //
  4. // Use of this source code is governed by a BSD-style
  5. // license that can be found in the LICENSE file or at
  6. // https://developers.google.com/open-source/licenses/bsd
  7. // Author: liujisi@google.com (Pherl Liu)
  8. syntax = "proto2";
  9. package protobuf_unittest_import;
  10. option java_package = "com.google.protobuf.test";
  11. message PublicImportMessage {
  12. optional int32 e = 1;
  13. }