api: Stabilize Detachable and HasByteBuffer

Fixes #7387
This commit is contained in:
Eric Anderson 2023-04-19 13:31:25 -07:00
parent 7255c8dfa8
commit ebc84c209f
2 changed files with 0 additions and 2 deletions

View File

@ -32,7 +32,6 @@ import java.io.InputStream;
* with {@link HasByteBuffer}, a custom {@link io.grpc.MethodDescriptor.Marshaller} can take
* over the ownership of buffers containing inbound data and perform delayed deserialization.
*/
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/7387")
public interface Detachable {
/**

View File

@ -28,7 +28,6 @@ import javax.annotation.Nullable;
* interface from an {@link java.io.InputStream} to {@link ByteBuffer}s, without copying the
* content to a byte array and read from it.
*/
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/7387")
public interface HasByteBuffer {
/**