vert-x3/vertx-service-proxy

Service Proxies Documentation Does Not Mention Required `package-info.java` and associated annotations

InfoSec812 opened this issue · 1 comments

When writing service proxies in Vert.x, the packages where those services are created need a package-info.java file with appropriate annotations so that the code generation will work. In the Service Proxy docs, this is not mentioned and it should be. I would suggest adding docs around create the package-info.java and using the @ModuleGen annotation