package io.vertx.serviceproxy.testmodel;
import io.vertx.codegen.annotations.ProxyGen;
import io.vertx.codegen.annotations.VertxGen;
/**
* Test base imports are corrects.
*
* @author <a href="mailto:julien@julienviet.com">Julien Viet</a>
*/
@ProxyGen
@VertxGen
public interface TestBaseImportsService {
void m();
}