mirror of https://github.com/grpc/grpc-java.git
api: Experimental CallCredentials.thisUsesUnstableApi() (#10211)
The thisUsesUnstableApi() method was earlier deprecated and the @ExperimentalApi annotation removed. Adding @ExperimentalApi back to make it clear that this method can (and will) later be removed.
This commit is contained in:
parent
dd2dc21de2
commit
e172ea7efc
|
@ -60,6 +60,7 @@ public abstract class CallCredentials {
|
|||
* a no-op implementation. This method is marked deprecated to allow extenders time to remove the
|
||||
* method before it is removed here.
|
||||
*/
|
||||
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/1914")
|
||||
@Deprecated
|
||||
public void thisUsesUnstableApi() {
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue