Annotation Type ProtoField
-
@Target({FIELD,PARAMETER}) @Retention(SOURCE) public @interface ProtoFieldMap between a field or constructor parameter in the domain class to a field in a protobuf message
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.StringprotoNameThe name of the protobuf field.
-