We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7942b9e commit 3fb9abcCopy full SHA for 3fb9abc
api/src/main/java/io/grpc/ServerBuilder.java
@@ -139,7 +139,6 @@ public final T addServices(List<ServerServiceDefinition> services) {
139
* @return this
140
* @since 1.5.0
141
*/
142
- @ExperimentalApi("https://github.com/grpc/grpc-java/issues/3117")
143
public T intercept(ServerInterceptor interceptor) {
144
throw new UnsupportedOperationException();
145
}
0 commit comments