This directory contains companion code for the Protovalidate in gRPC and Java quickstart, where you learn to add Protovalidate to a Java RPC powered by gRPC:
- Adding the Protovalidate dependency.
- Annotating Protobuf files and regenerating code.
- Adding a gRPC interceptor.
- Testing your validation logic.
It contains a start directory, where you work on the example files, and a finish directory that you can use to compare against.