package io.vertx.test.codegen.testapi; import io.vertx.codegen.annotations.VertxGen; /** * @author <a href="http://tfox.org">Tim Fox</a> */ @VertxGen public interface InterfaceWithSupertypes extends VertxGenClass1, VertxGenInterface { void quux(String str); }