grpc-java/benchmarks/src
Eric Anderson 0cabf5672a compiler: Add GrpcGenerated annotation to generated class
This can be used by annotation processors to avoid processing the
gRPC-generated code. The normal Generated annotation only has SOURCE
retention, so isn't available to annotation processors.

I don't include the service name within the annotation as that assumes
we'll never have need for any other type of generated class. If there's
a request for exposing service name via an annotation in the future, we
can make an RpcService annotation or the like.

Fixes #8158
2021-07-02 22:11:40 -07:00
..
generated/main/grpc/io/grpc/benchmarks/proto compiler: Add GrpcGenerated annotation to generated class 2021-07-02 22:11:40 -07:00
jmh/java/io/grpc/benchmarks Migrate callers to ServerCredentials 2020-11-13 11:13:33 -08:00
main Migrate callers to ServerCredentials 2020-11-13 11:13:33 -08:00
test/java/io/grpc/benchmarks/driver all: remove java6 type args 2019-02-04 10:03:50 -08:00