diff --git a/jOOQ/src/main/java/org/jooq/Clause.java b/jOOQ/src/main/java/org/jooq/Clause.java index b39d02a2cf..50ff39b3be 100644 --- a/jOOQ/src/main/java/org/jooq/Clause.java +++ b/jOOQ/src/main/java/org/jooq/Clause.java @@ -42,7 +42,15 @@ package org.jooq; *
*
+ * + * @deprecated - 3.11.0 - [#7258] - This part of the {@link VisitListener} SPI + * is deprecated. There are currently no plans of replacing it. + * Please get in touch if you think this functionality needs to be + * kept in one way or another: https://github.com/jOOQ/jOOQ/issues/7258 */ +@Deprecated public enum Clause { // -------------------------------------------------------------------------