MCPcopy Index your code
hub / github.com/google/dagger / IoGrpc

Class IoGrpc

java/dagger/grpc/server/processor/SourceGenerator.java:85–97  ·  view source on GitHub ↗

Class names and annotation specs for types in the io.grpc package.

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls 1

getMethod · 0.65

Tested by

no test coverage detected