diff --git a/jOOQ/src/main/java/org/jooq/ExecuteListenerProvider.java b/jOOQ/src/main/java/org/jooq/ExecuteListenerProvider.java index 16fe61cef9..33368eab74 100644 --- a/jOOQ/src/main/java/org/jooq/ExecuteListenerProvider.java +++ b/jOOQ/src/main/java/org/jooq/ExecuteListenerProvider.java @@ -40,6 +40,10 @@ import java.util.List; /** * A provider for {@link ExecuteListener} instances. *

+ * WARNING: The design of the ExecuteListener API is + * undergoing change and may be unstable at the current stage of jOOQ 3.0-RC3 + * development. USE AT OWN RISK! + *

* In order to facilitate the lifecycle management of * ExecuteListener instances that are provided to a jOOQ * {@link Configuration}, clients can implement this API. To jOOQ, it is thus