vert-x3 / vertx-service-proxy

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

Missing @Override annotation on methods in *VertxEBProxy #65

Closed davidjirovec closed 6 years ago

davidjirovec commented 6 years ago

In recent version of IntelliJ IDEA this warning is indicated also on the service interface annotated with @ProxyGen, which adds unnecessary "noise" to the code. Please generate @Override annotation on *VertxEBProxy methods.

tsegismont commented 6 years ago

Would you like to to contribute this?

davidjirovec commented 6 years ago

ok :)