[jOOQ/jOOQ#10775] Make current API Internal

This commit is contained in:
Lukas Eder 2020-10-27 14:28:39 +01:00
parent 7e012d86e4
commit c0785057af

View File

@ -48,10 +48,14 @@ import org.jooq.impl.DSL;
/**
* An auxiliary class for constructing {@link Row} collections.
* <p>
* The current implementation is in draft stage. It may be changed incompatibly
* in the future. Use at your own risk.
*
* @author Dmitry Baev
* @author Lukas Eder
*/
@Internal
public final class Rows {