Skip to content

Commit

Permalink
api: Stabilize Detachable and HasByteBuffer
Browse files Browse the repository at this point in the history
Fixes #7387
  • Loading branch information
ejona86 committed Apr 19, 2023
1 parent 7255c8d commit ebc84c2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion api/src/main/java/io/grpc/Detachable.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
* 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 {

/**
Expand Down
1 change: 0 additions & 1 deletion api/src/main/java/io/grpc/HasByteBuffer.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
* 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 {

/**
Expand Down

0 comments on commit ebc84c2

Please sign in to comment.