Class names and annotation specs for types in the io.grpc package.
| 83 | |
| 84 | /** Class names and annotation specs for types in the {@link io.grpc} package. */ |
| 85 | protected static final class IoGrpc { |
| 86 | private IoGrpc() {} |
| 87 | |
| 88 | static final ClassName BINDABLE_SERVICE = ClassName.get("io.grpc", "BindableService"); |
| 89 | static final ClassName METADATA = ClassName.get("io.grpc", "Metadata"); |
| 90 | static final ClassName METHOD_DESCRIPTOR = ClassName.get("io.grpc", "MethodDescriptor"); |
| 91 | static final ClassName SERVER_INTERCEPTOR = |
| 92 | ClassName.get("io.grpc", "ServerInterceptor"); |
| 93 | static final ClassName SERVER_INTERCEPTORS = |
| 94 | ClassName.get("io.grpc", "ServerInterceptors"); |
| 95 | static final ClassName SERVER_SERVICE_DEFINITION = |
| 96 | ClassName.get("io.grpc", "ServerServiceDefinition"); |
| 97 | } |
| 98 | |
| 99 | /** Class names and annotation specs for types in the {@link javax.inject} package. */ |
| 100 | protected static final class JavaxInject { |