(no commit message)
[utils] / support / general / src / main / java / org / wamblee / general / ThreadSpecificProxyFactory.java
index db51ba1c84f5733865a76507a8606434f7f2f70a..ac1ec8fc09d7511b990fcf89b7b86c601b6e7f9c 100644 (file)
@@ -48,6 +48,11 @@ import java.lang.reflect.Proxy;
  * distributed context where it can be sent to another JVM.
  * </p>
  * 
+ * <p>
+ * This class currently does not do any cleanup. So it should not be used in production code
+ * but only in test utilities. 
+ * </p>
+ * 
  * @param T
  *            Interface to proxy.
  * @author Erik Brakkee