Annotation Interface ProtoEnumValue
Defines a Protobuf enum value. This annotation can only be applied to members of a Java enum.
- Since:
- 3.0
-
Optional Element Summary
Optional Elements
-
Element Details
-
value
-
number
-
name
String nameThe name of the Protobuf enum value. If missing, the Java name will be used for Protobuf too.- Default:
""
-