mirror of https://github.com/grpc/grpc-java.git
protobuf: add @since for new API
This commit is contained in:
parent
6eb8aba669
commit
d965561f8f
|
@ -43,6 +43,8 @@ public class ProtoUtils {
|
|||
|
||||
/**
|
||||
* Produce a metadata marshaller for a protobuf type.
|
||||
*
|
||||
* @since 1.13.0
|
||||
*/
|
||||
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/4477")
|
||||
public static <T extends Message> Metadata.BinaryMarshaller<T> metadataMarshaller(T instance) {
|
||||
|
|
Loading…
Reference in New Issue