* </li>
* </ul>
*
+ * <img src="doc-files/Class_Diagram__overview.png"/>
+ * <p>
* Note that this package does not contain implementations of the injectors. For that, a separate
* package must be used (e.g. for Contexts and Dependency Injection).
+ * </p>
*
+ * <p>
* Implementations of this package must provide an implementation of the {@link InjectorFactory} and
* must make this implementation discoverable through the {@link java.util.ServiceLoader} mechanism.
- *
+ * </p>
*
*/
package org.wamblee.inject;