improvements to the documentation.
[utils] / support / inject / src / main / java / org / wamblee / inject / InjectorFactoryBuilder.java
index d6005005602ff4f8e8abcf576e966966bec59919..d8190919db6a0ca2f2e0163b541521b3edf55a04 100644 (file)
@@ -19,7 +19,7 @@ import java.util.NoSuchElementException;
 import java.util.ServiceLoader;
 
 /**
- * Utility for obtaining an implementation of the injector factory using
+ * Utility for obtaining an implementation of the {@link InjectorFactory} using
  * {@link ServiceLoader}.
  * 
  * @author Erik Brakkee