Skip to content

Commit

Permalink
api: Experimental CallCredentials.thisUsesUnstableApi() (#10211)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
temawi committed May 23, 2023
1 parent dd2dc21 commit e172ea7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/src/main/java/io/grpc/CallCredentials.java
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ public abstract void applyRequestMetadata(
* 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() {
}
Expand Down

0 comments on commit e172ea7

Please sign in to comment.