(no commit message)
[utils] / support / general / src / main / java / org / wamblee / general / ThreadSpecificProxyFactory.java
index f7087296796d8a60ae14fc83139aed7603c5ef2e..00856b100e4e1b8cd47db3813aa67ad0e7db3238 100644 (file)
@@ -81,7 +81,9 @@ public class ThreadSpecificProxyFactory<T> {
     }
     
     /**
-     * Gets the current thread-specific service. 
+     * Gets the current thread-specific service.
+     * To get a contextual reference that can be used by any thread but delegates to a thread-specific
+     * instance, use {@link #getProxy()}.  
      * @return Service. 
      */
     public T get() {