mirror of https://github.com/grpc/grpc-java.git
doc: Add hint to users who want an experimental API to be stabilized
This commit is contained in:
parent
f15a6bd363
commit
4114433674
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue