diff --git a/core/src/main/java/io/grpc/ServerCallHandler.java b/core/src/main/java/io/grpc/ServerCallHandler.java index a303c285c1..8c98774c51 100644 --- a/core/src/main/java/io/grpc/ServerCallHandler.java +++ b/core/src/main/java/io/grpc/ServerCallHandler.java @@ -37,7 +37,6 @@ import javax.annotation.concurrent.ThreadSafe; * Interface to initiate processing of incoming remote calls. Advanced applications and generated * code will implement this interface to allows {@link Server}s to invoke service methods. */ -@ExperimentalApi("https://github.com/grpc/grpc-java/issues/933") @ThreadSafe public interface ServerCallHandler { /**