(no commit message)
[utils] / test / enterprise / src / main / java / org / wamblee / support / ThreadSpecificProxyFactory.java
index 26a7610450991d92e5a4619cd6cafd273f0b0e36..b024e9785fa0c870d41fbf55be6fc77b4dc7dd9b 100644 (file)
@@ -32,6 +32,8 @@ import java.lang.reflect.Proxy;
  * instance. The result from this method can be passed at construction of an object that will be used
  * by multiple threads. 
  * 
+ * This class is mostly used by other test tools. 
+ * 
  * @param T
  *            Interface to proxy.
  * @author Erik Brakkee