improvements to the documentation.
[utils] / support / inject / src / main / java / org / wamblee / inject / InjectorFactory.java
index 84f7a66bb5d4e1645370d5c41b6dd88c7a136742..9f2dfe2283ec70039d431ed6b3d6a4d443ebf500 100644 (file)
@@ -17,11 +17,12 @@ package org.wamblee.inject;
 
 
 /**
- * Injector factory used. This creates an injector that is appropriate for a certain class. 
- * May be subclassed for testing or other advanced usage (even replacing CDI with another
- * injection framework).
+ * The injector factory is responsible for creating injectors for a given class. 
+ * This must be implemneted to interface to specific dependency injection frameworks or for
+ * testing. 
  * 
- * Implementations of this calss must have a default no-arg constructor. 
+ * Implementations of this class must have a default no-arg constructor to be usable by 
+ * {@link InjectorFactoryBuilder}.
  * 
  * @author Erik Brakkee
  */