doc: Add hint to users who want an experimental API to be stabilized

This commit is contained in:
ZHANG Dapeng 2019-07-26 09:22:53 -07:00 committed by GitHub
parent f15a6bd363
commit 4114433674
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -24,7 +24,10 @@ import java.lang.annotation.Target;
/**
* Indicates a public API that can change at any time, and has no guarantee of API stability and
* backward-compatibility.
* backward-compatibility. If users want stabilization or signature change of a specific API that
* is currently annotated {@code @ExperimentalApi}, please comment on its tracking issue on github
* with rationale, usecase, and so forth, so that the gRPC team may prioritize the process toward
* stabilization of the API.
*
* <p>Usage guidelines:
* <ol>