vert-x3 / vertx-service-proxy

EventBus Proxy generation
Apache License 2.0
66 stars 58 forks source link

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

Closed InfoSec812 closed 3 years ago

InfoSec812 commented 5 years ago

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 3 years ago

Solved by https://github.com/vert-x3/vertx-service-proxy/pull/113/files