All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.bendb.dropwizard.jooq.jersey.JooqInject Maven / Gradle / Ivy

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