Uploaded image for project: 'ProtoStream'
  1. ProtoStream
  2. IPROTO-210

@ProtoReserved will create comments instead of protobuf types

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Minor Minor
    • None
    • 4.4.0.Final
    • None
    • None
    • False
    • False
    • Undefined

      If the class contains a @ProtoReserved annotation the result for the genereated schema with AutoProtoSchemaBuilder is a comment instead of a correct protobuf entry

      @ProtoReserved(names = { "test", "bla" }, numbers = { 10, 11, 12, 13 })
      public class TestEntry {}

      message TestEntry

      {   //reserved 10 to 13;   //reserved "bla",  "test"; }

       
       
       

            Unassigned Unassigned
            rhn-support-wfink Wolf Fink
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: