Open GoogleCodeExporter opened 9 years ago
Sorry, 'Google Translate' did not translate this well. Is this issue about
support for options
(http://code.google.com/apis/protocolbuffers/docs/proto.html#options)?
For example, 'message_id' in this sample?
package test;
import "google/protobuf/descriptor.proto";
extend google.protobuf.MessageOptions {
optional int32 message_id =50000;
}
message TestMessage {
option (message_id) = 1;
}
Original comment by matt...@douglasstribe.com
on 1 Aug 2011 at 4:15
Yes! But I'm lacking the time to add this feature. Could you contribute some
code?
Original comment by pop.atry@gmail.com
on 30 Sep 2011 at 3:52
Original comment by pop.atry@gmail.com
on 30 Sep 2011 at 3:54
Original issue reported on code.google.com by
pop.atry@gmail.com
on 28 Jan 2010 at 12:21