core: make ServerInterceptor non experimental

Fixes #1711
This commit is contained in:
Carl Mastrangelo 2016-06-21 09:21:41 -07:00
parent b51749baa4
commit 95d44b47f4
1 changed files with 0 additions and 1 deletions

View File

@ -46,7 +46,6 @@ import javax.annotation.concurrent.ThreadSafe;
* </ul>
*/
@ThreadSafe
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/1711")
public interface ServerInterceptor {
/**
* Intercept {@link ServerCall} dispatch by the {@code next} {@link ServerCallHandler}. General