Make ServerCallHandler non-experimental.

This commit is contained in:
Kun Zhang 2016-05-16 17:54:35 -07:00
parent a62e976229
commit e7c735abea
1 changed files with 0 additions and 1 deletions

View File

@ -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<RequestT, ResponseT> {
/**