Skip to content

Commit 7c722e4

Browse files
committed
codegen: Specify URL for ExperimentalApi
Fixes grpc#1378. These are the last ExperimentalApis that didn't have their own separate tracking issue.
1 parent 05ce545 commit 7c722e4

File tree

14 files changed

+55
-55
lines changed

14 files changed

+55
-55
lines changed

benchmarks/src/generated/main/grpc/io/grpc/benchmarks/proto/BenchmarkServiceGrpc.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ private BenchmarkServiceGrpc() {}
2727
public static final String SERVICE_NAME = "grpc.testing.BenchmarkService";
2828

2929
// Static method descriptors that strictly reflect the proto.
30-
@io.grpc.ExperimentalApi
30+
@io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
3131
public static final io.grpc.MethodDescriptor<io.grpc.benchmarks.proto.Messages.SimpleRequest,
3232
io.grpc.benchmarks.proto.Messages.SimpleResponse> METHOD_UNARY_CALL =
3333
io.grpc.MethodDescriptor.create(
@@ -36,7 +36,7 @@ private BenchmarkServiceGrpc() {}
3636
"grpc.testing.BenchmarkService", "UnaryCall"),
3737
io.grpc.protobuf.ProtoUtils.marshaller(io.grpc.benchmarks.proto.Messages.SimpleRequest.getDefaultInstance()),
3838
io.grpc.protobuf.ProtoUtils.marshaller(io.grpc.benchmarks.proto.Messages.SimpleResponse.getDefaultInstance()));
39-
@io.grpc.ExperimentalApi
39+
@io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
4040
public static final io.grpc.MethodDescriptor<io.grpc.benchmarks.proto.Messages.SimpleRequest,
4141
io.grpc.benchmarks.proto.Messages.SimpleResponse> METHOD_STREAMING_CALL =
4242
io.grpc.MethodDescriptor.create(
@@ -92,7 +92,7 @@ public io.grpc.stub.StreamObserver<io.grpc.benchmarks.proto.Messages.SimpleReque
9292
io.grpc.stub.StreamObserver<io.grpc.benchmarks.proto.Messages.SimpleResponse> responseObserver);
9393
}
9494

95-
@io.grpc.ExperimentalApi
95+
@io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1469")
9696
public static abstract class AbstractBenchmarkService implements BenchmarkService, io.grpc.BindableService {
9797

9898
@java.lang.Override

benchmarks/src/generated/main/grpc/io/grpc/benchmarks/proto/WorkerServiceGrpc.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ private WorkerServiceGrpc() {}
2727
public static final String SERVICE_NAME = "grpc.testing.WorkerService";
2828

2929
// Static method descriptors that strictly reflect the proto.
30-
@io.grpc.ExperimentalApi
30+
@io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
3131
public static final io.grpc.MethodDescriptor<io.grpc.benchmarks.proto.Control.ServerArgs,
3232
io.grpc.benchmarks.proto.Control.ServerStatus> METHOD_RUN_SERVER =
3333
io.grpc.MethodDescriptor.create(
@@ -36,7 +36,7 @@ private WorkerServiceGrpc() {}
3636
"grpc.testing.WorkerService", "RunServer"),
3737
io.grpc.protobuf.ProtoUtils.marshaller(io.grpc.benchmarks.proto.Control.ServerArgs.getDefaultInstance()),
3838
io.grpc.protobuf.ProtoUtils.marshaller(io.grpc.benchmarks.proto.Control.ServerStatus.getDefaultInstance()));
39-
@io.grpc.ExperimentalApi
39+
@io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
4040
public static final io.grpc.MethodDescriptor<io.grpc.benchmarks.proto.Control.ClientArgs,
4141
io.grpc.benchmarks.proto.Control.ClientStatus> METHOD_RUN_CLIENT =
4242
io.grpc.MethodDescriptor.create(
@@ -45,7 +45,7 @@ private WorkerServiceGrpc() {}
4545
"grpc.testing.WorkerService", "RunClient"),
4646
io.grpc.protobuf.ProtoUtils.marshaller(io.grpc.benchmarks.proto.Control.ClientArgs.getDefaultInstance()),
4747
io.grpc.protobuf.ProtoUtils.marshaller(io.grpc.benchmarks.proto.Control.ClientStatus.getDefaultInstance()));
48-
@io.grpc.ExperimentalApi
48+
@io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
4949
public static final io.grpc.MethodDescriptor<io.grpc.benchmarks.proto.Control.CoreRequest,
5050
io.grpc.benchmarks.proto.Control.CoreResponse> METHOD_CORE_COUNT =
5151
io.grpc.MethodDescriptor.create(
@@ -54,7 +54,7 @@ private WorkerServiceGrpc() {}
5454
"grpc.testing.WorkerService", "CoreCount"),
5555
io.grpc.protobuf.ProtoUtils.marshaller(io.grpc.benchmarks.proto.Control.CoreRequest.getDefaultInstance()),
5656
io.grpc.protobuf.ProtoUtils.marshaller(io.grpc.benchmarks.proto.Control.CoreResponse.getDefaultInstance()));
57-
@io.grpc.ExperimentalApi
57+
@io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
5858
public static final io.grpc.MethodDescriptor<io.grpc.benchmarks.proto.Control.Void,
5959
io.grpc.benchmarks.proto.Control.Void> METHOD_QUIT_WORKER =
6060
io.grpc.MethodDescriptor.create(
@@ -134,7 +134,7 @@ public void quitWorker(io.grpc.benchmarks.proto.Control.Void request,
134134
io.grpc.stub.StreamObserver<io.grpc.benchmarks.proto.Control.Void> responseObserver);
135135
}
136136

137-
@io.grpc.ExperimentalApi
137+
@io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1469")
138138
public static abstract class AbstractWorkerService implements WorkerService, io.grpc.BindableService {
139139

140140
@java.lang.Override

compiler/src/java_plugin/cpp/java_generator.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ static void PrintMethodFields(
332332
*vars,
333333
"private static final int ARG_IN_$method_field_name$ = $arg_in_id$;\n"
334334
"private static final int ARG_OUT_$method_field_name$ = $arg_out_id$;\n"
335-
"@$ExperimentalApi$\n"
335+
"@$ExperimentalApi$(\"https://github.com/grpc/grpc-java/issues/1901\")\n"
336336
"public static final $MethodDescriptor$<$input_type$,\n"
337337
" $output_type$> $method_field_name$ =\n"
338338
" $MethodDescriptor$.create(\n"
@@ -352,7 +352,7 @@ static void PrintMethodFields(
352352
}
353353
p->Print(
354354
*vars,
355-
"@$ExperimentalApi$\n"
355+
"@$ExperimentalApi$(\"https://github.com/grpc/grpc-java/issues/1901\")\n"
356356
"public static final $MethodDescriptor$<$input_type$,\n"
357357
" $output_type$> $method_field_name$ =\n"
358358
" $MethodDescriptor$.create(\n"
@@ -501,7 +501,7 @@ static void PrintStub(
501501
if (abstract) {
502502
p->Print(
503503
*vars,
504-
"@$ExperimentalApi$\n"
504+
"@$ExperimentalApi$(\"https://github.com/grpc/grpc-java/issues/1469\")\n"
505505
"public static abstract class $abstract_name$ implements $service_name$, "
506506
"$BindableService$ {\n");
507507
} else if (interface) {

compiler/src/test/golden/TestService.java.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public class TestServiceGrpc {
3030
public static final String SERVICE_NAME = "grpc.testing.TestService";
3131

3232
// Static method descriptors that strictly reflect the proto.
33-
@io.grpc.ExperimentalApi
33+
@io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
3434
public static final io.grpc.MethodDescriptor<io.grpc.testing.integration.Test.SimpleRequest,
3535
io.grpc.testing.integration.Test.SimpleResponse> METHOD_UNARY_CALL =
3636
io.grpc.MethodDescriptor.create(
@@ -39,7 +39,7 @@ public class TestServiceGrpc {
3939
"grpc.testing.TestService", "UnaryCall"),
4040
io.grpc.protobuf.ProtoUtils.marshaller(io.grpc.testing.integration.Test.SimpleRequest.getDefaultInstance()),
4141
io.grpc.protobuf.ProtoUtils.marshaller(io.grpc.testing.integration.Test.SimpleResponse.getDefaultInstance()));
42-
@io.grpc.ExperimentalApi
42+
@io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
4343
public static final io.grpc.MethodDescriptor<io.grpc.testing.integration.Test.StreamingOutputCallRequest,
4444
io.grpc.testing.integration.Test.StreamingOutputCallResponse> METHOD_STREAMING_OUTPUT_CALL =
4545
io.grpc.MethodDescriptor.create(
@@ -48,7 +48,7 @@ public class TestServiceGrpc {
4848
"grpc.testing.TestService", "StreamingOutputCall"),
4949
io.grpc.protobuf.ProtoUtils.marshaller(io.grpc.testing.integration.Test.StreamingOutputCallRequest.getDefaultInstance()),
5050
io.grpc.protobuf.ProtoUtils.marshaller(io.grpc.testing.integration.Test.StreamingOutputCallResponse.getDefaultInstance()));
51-
@io.grpc.ExperimentalApi
51+
@io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
5252
public static final io.grpc.MethodDescriptor<io.grpc.testing.integration.Test.StreamingInputCallRequest,
5353
io.grpc.testing.integration.Test.StreamingInputCallResponse> METHOD_STREAMING_INPUT_CALL =
5454
io.grpc.MethodDescriptor.create(
@@ -57,7 +57,7 @@ public class TestServiceGrpc {
5757
"grpc.testing.TestService", "StreamingInputCall"),
5858
io.grpc.protobuf.ProtoUtils.marshaller(io.grpc.testing.integration.Test.StreamingInputCallRequest.getDefaultInstance()),
5959
io.grpc.protobuf.ProtoUtils.marshaller(io.grpc.testing.integration.Test.StreamingInputCallResponse.getDefaultInstance()));
60-
@io.grpc.ExperimentalApi
60+
@io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
6161
public static final io.grpc.MethodDescriptor<io.grpc.testing.integration.Test.StreamingOutputCallRequest,
6262
io.grpc.testing.integration.Test.StreamingOutputCallResponse> METHOD_FULL_BIDI_CALL =
6363
io.grpc.MethodDescriptor.create(
@@ -66,7 +66,7 @@ public class TestServiceGrpc {
6666
"grpc.testing.TestService", "FullBidiCall"),
6767
io.grpc.protobuf.ProtoUtils.marshaller(io.grpc.testing.integration.Test.StreamingOutputCallRequest.getDefaultInstance()),
6868
io.grpc.protobuf.ProtoUtils.marshaller(io.grpc.testing.integration.Test.StreamingOutputCallResponse.getDefaultInstance()));
69-
@io.grpc.ExperimentalApi
69+
@io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
7070
public static final io.grpc.MethodDescriptor<io.grpc.testing.integration.Test.StreamingOutputCallRequest,
7171
io.grpc.testing.integration.Test.StreamingOutputCallResponse> METHOD_HALF_BIDI_CALL =
7272
io.grpc.MethodDescriptor.create(
@@ -155,7 +155,7 @@ public class TestServiceGrpc {
155155
io.grpc.stub.StreamObserver<io.grpc.testing.integration.Test.StreamingOutputCallResponse> responseObserver);
156156
}
157157

158-
@io.grpc.ExperimentalApi
158+
@io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1469")
159159
public static abstract class AbstractTestService implements TestService, io.grpc.BindableService {
160160

161161
@java.lang.Override

compiler/src/testLite/golden/TestService.java.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public class TestServiceGrpc {
3030
public static final String SERVICE_NAME = "grpc.testing.TestService";
3131

3232
// Static method descriptors that strictly reflect the proto.
33-
@io.grpc.ExperimentalApi
33+
@io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
3434
public static final io.grpc.MethodDescriptor<io.grpc.testing.integration.Test.SimpleRequest,
3535
io.grpc.testing.integration.Test.SimpleResponse> METHOD_UNARY_CALL =
3636
io.grpc.MethodDescriptor.create(
@@ -39,7 +39,7 @@ public class TestServiceGrpc {
3939
"grpc.testing.TestService", "UnaryCall"),
4040
io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(io.grpc.testing.integration.Test.SimpleRequest.getDefaultInstance()),
4141
io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(io.grpc.testing.integration.Test.SimpleResponse.getDefaultInstance()));
42-
@io.grpc.ExperimentalApi
42+
@io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
4343
public static final io.grpc.MethodDescriptor<io.grpc.testing.integration.Test.StreamingOutputCallRequest,
4444
io.grpc.testing.integration.Test.StreamingOutputCallResponse> METHOD_STREAMING_OUTPUT_CALL =
4545
io.grpc.MethodDescriptor.create(
@@ -48,7 +48,7 @@ public class TestServiceGrpc {
4848
"grpc.testing.TestService", "StreamingOutputCall"),
4949
io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(io.grpc.testing.integration.Test.StreamingOutputCallRequest.getDefaultInstance()),
5050
io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(io.grpc.testing.integration.Test.StreamingOutputCallResponse.getDefaultInstance()));
51-
@io.grpc.ExperimentalApi
51+
@io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
5252
public static final io.grpc.MethodDescriptor<io.grpc.testing.integration.Test.StreamingInputCallRequest,
5353
io.grpc.testing.integration.Test.StreamingInputCallResponse> METHOD_STREAMING_INPUT_CALL =
5454
io.grpc.MethodDescriptor.create(
@@ -57,7 +57,7 @@ public class TestServiceGrpc {
5757
"grpc.testing.TestService", "StreamingInputCall"),
5858
io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(io.grpc.testing.integration.Test.StreamingInputCallRequest.getDefaultInstance()),
5959
io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(io.grpc.testing.integration.Test.StreamingInputCallResponse.getDefaultInstance()));
60-
@io.grpc.ExperimentalApi
60+
@io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
6161
public static final io.grpc.MethodDescriptor<io.grpc.testing.integration.Test.StreamingOutputCallRequest,
6262
io.grpc.testing.integration.Test.StreamingOutputCallResponse> METHOD_FULL_BIDI_CALL =
6363
io.grpc.MethodDescriptor.create(
@@ -66,7 +66,7 @@ public class TestServiceGrpc {
6666
"grpc.testing.TestService", "FullBidiCall"),
6767
io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(io.grpc.testing.integration.Test.StreamingOutputCallRequest.getDefaultInstance()),
6868
io.grpc.protobuf.lite.ProtoLiteUtils.marshaller(io.grpc.testing.integration.Test.StreamingOutputCallResponse.getDefaultInstance()));
69-
@io.grpc.ExperimentalApi
69+
@io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
7070
public static final io.grpc.MethodDescriptor<io.grpc.testing.integration.Test.StreamingOutputCallRequest,
7171
io.grpc.testing.integration.Test.StreamingOutputCallResponse> METHOD_HALF_BIDI_CALL =
7272
io.grpc.MethodDescriptor.create(
@@ -155,7 +155,7 @@ public class TestServiceGrpc {
155155
io.grpc.stub.StreamObserver<io.grpc.testing.integration.Test.StreamingOutputCallResponse> responseObserver);
156156
}
157157

158-
@io.grpc.ExperimentalApi
158+
@io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1469")
159159
public static abstract class AbstractTestService implements TestService, io.grpc.BindableService {
160160

161161
@java.lang.Override

compiler/src/testNano/golden/TestService.java.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public class TestServiceGrpc {
3434
// Static method descriptors that strictly reflect the proto.
3535
private static final int ARG_IN_METHOD_UNARY_CALL = 0;
3636
private static final int ARG_OUT_METHOD_UNARY_CALL = 1;
37-
@io.grpc.ExperimentalApi
37+
@io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
3838
public static final io.grpc.MethodDescriptor<io.grpc.testing.integration.nano.Test.SimpleRequest,
3939
io.grpc.testing.integration.nano.Test.SimpleResponse> METHOD_UNARY_CALL =
4040
io.grpc.MethodDescriptor.create(
@@ -48,7 +48,7 @@ public class TestServiceGrpc {
4848
);
4949
private static final int ARG_IN_METHOD_STREAMING_OUTPUT_CALL = 2;
5050
private static final int ARG_OUT_METHOD_STREAMING_OUTPUT_CALL = 3;
51-
@io.grpc.ExperimentalApi
51+
@io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
5252
public static final io.grpc.MethodDescriptor<io.grpc.testing.integration.nano.Test.StreamingOutputCallRequest,
5353
io.grpc.testing.integration.nano.Test.StreamingOutputCallResponse> METHOD_STREAMING_OUTPUT_CALL =
5454
io.grpc.MethodDescriptor.create(
@@ -62,7 +62,7 @@ public class TestServiceGrpc {
6262
);
6363
private static final int ARG_IN_METHOD_STREAMING_INPUT_CALL = 4;
6464
private static final int ARG_OUT_METHOD_STREAMING_INPUT_CALL = 5;
65-
@io.grpc.ExperimentalApi
65+
@io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
6666
public static final io.grpc.MethodDescriptor<io.grpc.testing.integration.nano.Test.StreamingInputCallRequest,
6767
io.grpc.testing.integration.nano.Test.StreamingInputCallResponse> METHOD_STREAMING_INPUT_CALL =
6868
io.grpc.MethodDescriptor.create(
@@ -76,7 +76,7 @@ public class TestServiceGrpc {
7676
);
7777
private static final int ARG_IN_METHOD_FULL_BIDI_CALL = 6;
7878
private static final int ARG_OUT_METHOD_FULL_BIDI_CALL = 7;
79-
@io.grpc.ExperimentalApi
79+
@io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
8080
public static final io.grpc.MethodDescriptor<io.grpc.testing.integration.nano.Test.StreamingOutputCallRequest,
8181
io.grpc.testing.integration.nano.Test.StreamingOutputCallResponse> METHOD_FULL_BIDI_CALL =
8282
io.grpc.MethodDescriptor.create(
@@ -90,7 +90,7 @@ public class TestServiceGrpc {
9090
);
9191
private static final int ARG_IN_METHOD_HALF_BIDI_CALL = 8;
9292
private static final int ARG_OUT_METHOD_HALF_BIDI_CALL = 9;
93-
@io.grpc.ExperimentalApi
93+
@io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
9494
public static final io.grpc.MethodDescriptor<io.grpc.testing.integration.nano.Test.StreamingOutputCallRequest,
9595
io.grpc.testing.integration.nano.Test.StreamingOutputCallResponse> METHOD_HALF_BIDI_CALL =
9696
io.grpc.MethodDescriptor.create(
@@ -233,7 +233,7 @@ public class TestServiceGrpc {
233233
io.grpc.stub.StreamObserver<io.grpc.testing.integration.nano.Test.StreamingOutputCallResponse> responseObserver);
234234
}
235235

236-
@io.grpc.ExperimentalApi
236+
@io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1469")
237237
public static abstract class AbstractTestService implements TestService, io.grpc.BindableService {
238238

239239
@java.lang.Override

examples/src/generated/main/grpc/io/grpc/examples/helloworld/GreeterGrpc.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ private GreeterGrpc() {}
3030
public static final String SERVICE_NAME = "helloworld.Greeter";
3131

3232
// Static method descriptors that strictly reflect the proto.
33-
@io.grpc.ExperimentalApi
33+
@io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
3434
public static final io.grpc.MethodDescriptor<io.grpc.examples.helloworld.HelloRequest,
3535
io.grpc.examples.helloworld.HelloReply> METHOD_SAY_HELLO =
3636
io.grpc.MethodDescriptor.create(
@@ -79,7 +79,7 @@ public void sayHello(io.grpc.examples.helloworld.HelloRequest request,
7979
io.grpc.stub.StreamObserver<io.grpc.examples.helloworld.HelloReply> responseObserver);
8080
}
8181

82-
@io.grpc.ExperimentalApi
82+
@io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1469")
8383
public static abstract class AbstractGreeter implements Greeter, io.grpc.BindableService {
8484

8585
@java.lang.Override

examples/src/generated/main/grpc/io/grpc/examples/routeguide/RouteGuideGrpc.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ private RouteGuideGrpc() {}
3030
public static final String SERVICE_NAME = "routeguide.RouteGuide";
3131

3232
// Static method descriptors that strictly reflect the proto.
33-
@io.grpc.ExperimentalApi
33+
@io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
3434
public static final io.grpc.MethodDescriptor<io.grpc.examples.routeguide.Point,
3535
io.grpc.examples.routeguide.Feature> METHOD_GET_FEATURE =
3636
io.grpc.MethodDescriptor.create(
@@ -39,7 +39,7 @@ private RouteGuideGrpc() {}
3939
"routeguide.RouteGuide", "GetFeature"),
4040
io.grpc.protobuf.ProtoUtils.marshaller(io.grpc.examples.routeguide.Point.getDefaultInstance()),
4141
io.grpc.protobuf.ProtoUtils.marshaller(io.grpc.examples.routeguide.Feature.getDefaultInstance()));
42-
@io.grpc.ExperimentalApi
42+
@io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
4343
public static final io.grpc.MethodDescriptor<io.grpc.examples.routeguide.Rectangle,
4444
io.grpc.examples.routeguide.Feature> METHOD_LIST_FEATURES =
4545
io.grpc.MethodDescriptor.create(
@@ -48,7 +48,7 @@ private RouteGuideGrpc() {}
4848
"routeguide.RouteGuide", "ListFeatures"),
4949
io.grpc.protobuf.ProtoUtils.marshaller(io.grpc.examples.routeguide.Rectangle.getDefaultInstance()),
5050
io.grpc.protobuf.ProtoUtils.marshaller(io.grpc.examples.routeguide.Feature.getDefaultInstance()));
51-
@io.grpc.ExperimentalApi
51+
@io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
5252
public static final io.grpc.MethodDescriptor<io.grpc.examples.routeguide.Point,
5353
io.grpc.examples.routeguide.RouteSummary> METHOD_RECORD_ROUTE =
5454
io.grpc.MethodDescriptor.create(
@@ -57,7 +57,7 @@ private RouteGuideGrpc() {}
5757
"routeguide.RouteGuide", "RecordRoute"),
5858
io.grpc.protobuf.ProtoUtils.marshaller(io.grpc.examples.routeguide.Point.getDefaultInstance()),
5959
io.grpc.protobuf.ProtoUtils.marshaller(io.grpc.examples.routeguide.RouteSummary.getDefaultInstance()));
60-
@io.grpc.ExperimentalApi
60+
@io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
6161
public static final io.grpc.MethodDescriptor<io.grpc.examples.routeguide.RouteNote,
6262
io.grpc.examples.routeguide.RouteNote> METHOD_ROUTE_CHAT =
6363
io.grpc.MethodDescriptor.create(
@@ -141,7 +141,7 @@ public io.grpc.stub.StreamObserver<io.grpc.examples.routeguide.RouteNote> routeC
141141
io.grpc.stub.StreamObserver<io.grpc.examples.routeguide.RouteNote> responseObserver);
142142
}
143143

144-
@io.grpc.ExperimentalApi
144+
@io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1469")
145145
public static abstract class AbstractRouteGuide implements RouteGuide, io.grpc.BindableService {
146146

147147
@java.lang.Override

0 commit comments

Comments
 (0)