(no commit message)
[utils] / test / enterprise / src / main / java / org / wamblee / support / jndi / JndiProxyFactory.java
index 99088576f95232365642a832d72fee701b257a11..1b6f67fa09a69e135ffc25a10621c834a69945be 100644 (file)
@@ -27,6 +27,9 @@ import javax.naming.NamingException;
  * Proxy factory that can provide contextual references to objects retrieved
  * from JNDI.
  * 
+ * NOTE: This class is probably better suited as a production class, not a test support class. 
+ * It needs to find a new home in a Java EE production utilities library. 
+ * 
  * @param T
  *            Interface to proxy.
  * @author Erik Brakkee