(no commit message)
[utils] / wicket / joe / src / main / java / org / wamblee / wicket / inject / ComponentInstantiationInjector.java
index b848bd3f056e0622afcc05b07dd51168dad58fd1..334efe86255dcbc840ced32f39e620e3d36710ad 100644 (file)
@@ -25,7 +25,9 @@ import org.wamblee.inject.SimpleInjector;
  * <p>
  * Component instantiation listener that injects references into a component 
  * using the injector mini-framework. Together with an implementation of the 
- * mini-framework, Contexts and Depenency Injection support can be provided. 
+ * mini-framework, Contexts and Dependency Injection support can be provided or
+ * for standard Java EE injection into components. Or, other injection 
+ * frameworks can be used.
  * </p>
  * 
  * <p>
@@ -37,7 +39,7 @@ import org.wamblee.inject.SimpleInjector;
  *    protected void init() {
  *       super.init();
  *       addComponentInstantiationListener(new ComponentInstantiationInjector());
- *   }
+ *    }
  * </pre>
  * 
  * @author Erik Brakkee