Annotation Interface ProtoName
An optional annotation for specifying the Protobuf message or enum type name. If missing, the (simple) Java class
name (
Class.getSimpleName()
) will be used for Protobuf too.- Since:
- 4.3
- Author:
- [email protected]
-
Required Element Summary
-
Element Details
-
value
String valueDefines the name of the Protobuf message or enum type. Must not be fully qualified (ie. no dots allowed).
-