Hello
I am just starting with grpc, so please forgive my ignorance. Im sure my issue is probably something very basic.
I have written a service and messages in proto, and it appears to be valid. However when I generate the java, the XXXGrpc.java files have a compilation error to do with
For example:

In order to implement my client, I end up having to remove the override annotations - which doesnt seem like the right thing to do.
My question therefore is, what am I doing wrong? How am I supposed to write a java client, using the generated java code, without having to modify the generated java code?
Thanks