diff --git a/core/src/main/java/io/grpc/ServerInterceptor.java b/core/src/main/java/io/grpc/ServerInterceptor.java index 11afefb355..566afc9b2b 100644 --- a/core/src/main/java/io/grpc/ServerInterceptor.java +++ b/core/src/main/java/io/grpc/ServerInterceptor.java @@ -46,7 +46,6 @@ import javax.annotation.concurrent.ThreadSafe; * */ @ThreadSafe -@ExperimentalApi("https://github.com/grpc/grpc-java/issues/1711") public interface ServerInterceptor { /** * Intercept {@link ServerCall} dispatch by the {@code next} {@link ServerCallHandler}. General