Annotation Interface Grpc.Proto

Enclosing interface:
Grpc

@Target(METHOD) @Retention(RUNTIME) @Documented @Inherited public static @interface Grpc.Proto
An annotation to mark a method as returning a proto file description used by the gRPC reflection service. Annotated method must return com.google.protobuf.Descriptors.FileDescriptor and expect no parameters.