Annotation Type ProtoEnumValue

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      int number
      The Protocol Buffers tag number.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      String name
      The name of the Protobuf enum value.
    • Element Detail

      • number

        int number
        The Protocol Buffers tag number.
      • name

        String name
        The name of the Protobuf enum value. If missing, the Java name will be used for Protobuf too.
        Default:
        ""