@Retention(value=CLASS)
@Target(value={ANNOTATION_TYPE,CONSTRUCTOR,FIELD,METHOD,PACKAGE,TYPE})
@Documented
public @interface ExperimentalApi
@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.
Usage guidelines:
Note: This annotation is intended only for gRPC library code. Users should not attach this annotation to their own code.
See: grpc-java-api-checker, an Error Prone plugin to automatically check for usages of this API.
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
value
Context information such as links to discussion thread, tracking issue etc.
|