Annotation Type ProtoEnum
-
@Target(TYPE) @Retention(RUNTIME) @Documented @Deprecated public @interface ProtoEnum
Deprecated.replaced byProtoName
. To be removed in version 5.An optional annotation for specifying the Protobuf enum type name.- Since:
- 3.0
- Author:
- [email protected]
-
-
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:
- ""
-
-