Annotation Type ProtoEnum

    • Optional Element Summary

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

      • name

        String name
        Deprecated.
        Defines the name of the Protobuf enum type. Must not be fully qualified (ie. no dots allowed). If missing, the Java class name (Class.getSimpleName()) will be used for Protobuf too.
        Default:
        ""