
com.bendb.dropwizard.jooq.jersey.JooqInject Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dropwizard-jooq Show documentation
Show all versions of dropwizard-jooq Show documentation
Addon bundle for Dropwizard to support jOOQ for database access
The newest version!
package com.bendb.dropwizard.jooq.jersey;
import java.lang.annotation.*;
@Target({ElementType.PARAMETER, ElementType.FIELD})
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface JooqInject {
String value() default "";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy