(no commit message)
[utils] / support / cdi / src / main / java / org / wamblee / cdi / package-info.java
index 391c53081cbfc497d6d8bce93d3ceefdcf9034b0..ceb1c7a0b016ce17b5dce91b52f1bdf9024194ce 100644 (file)
  * limitations under the License.
  */
 /**
- * This package provides a utilities for dependency injection with CDI. 
+ * This package provides the integration of <code>org.wamblee.inject</code> with
+ * Contexts and Dependency Injection (JSR-299). 
  * 
  * The APIs of this package are typically not used directly but are used implicitly through
- * {@link org.wamblee.inject.SimpleInjector}, {@link org.wamblee.inject.InjectorFactoryBuilder}, and 
+ * {@link org.wamblee.inject.SimpleInjector}, {@link org.wamblee.inject.InjectorBuilder}, and 
  * {@link org.wamblee.inject.Injectable}.
+ * 
+ * To use CDI this package must be available on the classpath. 
  */
 package org.wamblee.cdi;
 
-