Missing @Override annotation on methods in *VertxEBProxy
davidjirovec opened this issue · 2 comments
davidjirovec commented
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
Would you like to to contribute this?
davidjirovec commented
ok :)