[jOOQ/jOOQ#3419] Support annotation not needed here

This commit is contained in:
Lukas Eder 2020-09-24 16:55:48 +02:00
parent 81f4f490d5
commit 4a4e4bd0e6

View File

@ -8570,7 +8570,6 @@ public interface DSLContext extends Scope {
*
* @see BatchedConnection BatchedConnection for details.
*/
@Support
void batched(BatchedRunnable runnable);
/**
@ -8579,7 +8578,6 @@ public interface DSLContext extends Scope {
*
* @see BatchedConnection BatchedConnection for details.
*/
@Support
<T> T batchedResult(BatchedCallable<T> callable);
/**