io.vertx.ext.web.api.generator.WebApiServiceGen Maven / Gradle / Ivy
package io.vertx.ext.web.api.generator;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* 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
*/
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.TYPE)
public @interface WebApiServiceGen { }
© 2015 - 2025 Weber Informatics LLC | Privacy Policy