(no commit message)
[utils] / support / cdi / src / main / java / org / wamblee / cdi / package-info.java
index 927ef6c8b886aa579ca40250eae86909c2c63f62..391c53081cbfc497d6d8bce93d3ceefdcf9034b0 100644 (file)
  */
 /**
  * This package provides a utilities for dependency injection with CDI. 
- * The main entry point for this package is {@link SimpleInjector} by which 
- * CDI can be used to inject dependencies such as for example @EJB, @Resource, @PersistenceContext, 
- * and @Inject into any object.
+ * 
+ * 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.Injectable}.
  */
 package org.wamblee.cdi;
-import org.wamblee.inject.SimpleInjector;
+
+