protobuf: Stabilize ProtoUtils.metadataMarshaller() (#10628)

This method has been around since 2018 and is now considered stable.
This commit is contained in:
Terry Wilson 2023-10-25 15:38:35 -07:00 committed by GitHub
parent 7bd2e5b59c
commit cd810c5284
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -85,7 +85,6 @@ public final class ProtoUtils {
*
* @since 1.13.0
*/
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/4477")
public static <T extends Message> Metadata.BinaryMarshaller<T> metadataMarshaller(T instance) {
return ProtoLiteUtils.metadataMarshaller(instance);
}