@Target(value=TYPE)
@Retention(value=RUNTIME)
@Documented
@Inherited
@ImportAutoConfiguration
public @interface AutoConfigureJooq
Auto-configuration imports for typical jOOQ tests. Most
tests should consider using @JooqTest rather than using this
annotation directly.