Annotation Type ProtoMessage

    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      String name
      Deprecated.
      Defines the name of the Protobuf message type.
    • Element Detail

      • name

        String name
        Deprecated.
        Defines the name of the Protobuf message type. If missing, the Java class name (Class.getSimpleName()) will be used for Protobuf too.
        Default:
        ""