Annotation Type ProtoMessage
-
@Target(TYPE) @Retention(RUNTIME) @Documented public @interface ProtoMessage
Deprecated.replaced byProtoName
. To be removed in version 5.An optional annotation for specifying the Protobuf message type name.- Since:
- 3.0
- Author:
- [email protected]
-
-
Element Detail
-
name
String name
Deprecated.Defines the name of the Protobuf message type. Must not be fully qualified (ie. no dots allowed). If missing, the Java class nameClass.getSimpleName()
) will be used for Protobuf too.- Default:
- ""
-
-