diff --git a/jOOQ/src/main/java/org/jooq/impl/FactoryProxy.java b/jOOQ/src/main/java/org/jooq/impl/FactoryProxy.java
index 20338b17d1..7e8ecb1a72 100644
--- a/jOOQ/src/main/java/org/jooq/impl/FactoryProxy.java
+++ b/jOOQ/src/main/java/org/jooq/impl/FactoryProxy.java
@@ -94,7 +94,10 @@ import org.jooq.exception.DataAccessException;
* and creates a new Factory with a new Connection
* every time you use any of the operations from {@link FactoryOperations}
*
- * Refer to the jOOQ manual to see possible operation modes for jOOQ with Spring
+ * Refer to the jOOQ manual to see possible operation modes for jOOQ with
+ * Spring. Note that this implementation of a FactoryProxy might be
+ * re-designed in jOOQ 3.0. Please consider this functionality as being
+ * EXPERIMENTAL
*
* @author Sergey Epik
* @author Lukas Eder