vert-x3 / vertx-service-proxy

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

Generated code compiles with unchecked and rawtype warnings #42

Closed sdhays closed 5 years ago

sdhays commented 8 years ago

If you compile with -Xlint:all, generated service proxy code outputs lots of unchecked and rawtype warnings, obscuring warnings in the real code. These warnings should be suppressed in the generated code.