JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
io.vertx.ext.web.api.service
WebApiServiceGen
Contents
Description
Hide sidebar
Show sidebar
Annotation Type WebApiServiceGen
@Retention
(
RUNTIME
)
@Target
(
TYPE
)
public @interface
WebApiServiceGen
Declares a Java interface type to be processed for generating a Java web api service that can be connected to the original API via Vert.x event bus.
Author:
Francesco Guardiani