org.jooq.impl.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of payment-retries-plugin Show documentation
Show all versions of payment-retries-plugin Show documentation
Kill Bill Payment Retries plugin
The newest version!
/**
* The org.jooq.impl
package contains jOOQ's implementation classes.
*
* This package provides implementations for the jOOQ API from
* org.jooq
, whose interfaces are constructed mostly through the
* {@link org.jooq.impl.DSL} and {@link org.jooq.DSLContext} classes, which hide
* implementation facts from the public API.
*/
package org.jooq.impl;