Annotation Type RequiresVertxPgClient


  • @Documented
    @Retention(RUNTIME)
    @Target({PACKAGE,TYPE})
    @Requires(property="vertx.pg.client") @Requires(classes={io.vertx.pgclient.PgConnectOptions.class,io.vertx.sqlclient.PoolOptions.class})
    public @interface RequiresVertxPgClient
    Custom condition to indicate a bean requires the vertx pg client.