grpc-kotlin
grpc-kotlin copied to clipboard
Investigate dependencies for JDK 9+ in Maven Projects
trafficstars
Using this in Maven projects with JDK9+ doesn't work. So maybe the stub should depend on javax.annotation:javax.annotation-api ?
cannot find symbol
[ERROR] symbol: class Generated
[ERROR] location: package javax.annotation
using java-library and api (versus implementation) to provide the annotation-api seems like the solution