javax.annotation:javax.annotation-api
and com.google.code.findbugs:jsr305
merged into a single automatic module. This solves another split-package issue and together with RationalityFrontline /grpc-api is the missing piece of the puzzle for using gRPC in a modular Java application.
This one is necessary to make code generated by protoc
pass compilation.