protobuf: add @since for new API

This commit is contained in:
ZHANG Dapeng 2018-05-22 15:29:47 -07:00 committed by GitHub
parent 6eb8aba669
commit d965561f8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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) {