[jOOQ/jOOQ#9403] [jOOQ/jOOQ#9976] Deprecate also CUBRIDDSL

This commit is contained in:
Lukas Eder 2020-03-19 20:17:22 +01:00
parent b5489f2362
commit 9a15934b5f

View File

@ -45,7 +45,10 @@ import org.jooq.impl.DSL;
* The {@link SQLDialect#CUBRID} specific DSL.
*
* @author Lukas Eder
* @deprecated - [#9403] - 3.13.0 - This dialect is hardly used by anyone with
* jOOQ or without jOOQ and will be removed in the near future.
*/
@Deprecated
public class CUBRIDDSL extends DSL {
/**