@Retention(value=RUNTIME)
 @Target(value=TYPE)
public @interface WebApiServiceGen
Declares a Java interface type to be processed for generating a Java web api service proxy that can be connected to the
 original API via Vert.x event bus.
- Author:
 
- Francesco Guardiani