improvements to the documentation.
[utils] / support / inject / src / main / java / org / wamblee / inject / Injectable.java
index 0c881d9b104d50a796a815d13f0bd5ce955ee309..4f55cc35e2db8cc05da4766bde0424c794629810 100644 (file)
@@ -15,7 +15,6 @@
  */
 package org.wamblee.inject;
 
-import java.util.ServiceLoader;
 
 
 /**
@@ -23,11 +22,8 @@ import java.util.ServiceLoader;
  * initialize fields of derived classes to null as these will override the
  * initializations of this base class.
  * 
- * Use this by subclassing through {@link #Injectable()).
- * 
- * To use this class, the {@link ServiceLoader} mechanism must be used to locate
- * a {@link InjectorFactory}. The first implementation that is found will be
- * used for injection.
+ * This class uses {@link InjectorFactoryBuilder} to obtain an implementation of 
+ * a {@link InjectorFactory} to use. 
  * 
  * @author Erik Brakkee
  */