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
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 thepackage-info.java
and using the@ModuleGen
annotation