Service Proxies Documentation Does Not Mention Required `package-info.java` and associated annotations
InfoSec812 opened this issue · 1 comments
InfoSec812 commented
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
slinkydeveloper commented