Skip to content

Commit c2a7596

Browse files
committed
experimental
1 parent daddd3c commit c2a7596

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

binder/src/main/java/io/grpc/binder/BinderChannelBuilder.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,7 @@ public BinderChannelBuilder strictLifecycleManagement() {
305305
* Clients that require a particular behavior should configure it explicitly using this method
306306
* rather than relying on the default.
307307
*/
308+
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/00000")
308309
public BinderChannelBuilder preAuthorizeServers(boolean preAuthorize) {
309310
transportFactoryBuilder.setPreAuthorizeServers(preAuthorize);
310311
return this;

0 commit comments

Comments
 (0)