(no commit message)
[utils] / support / inject / src / main / java / org / wamblee / inject / package-info.java
index db9b16d41fad6ffc4501819bc40366e472794b21..3cc9841efa66b9496980dd78cf18cd34f4051f12 100644 (file)
  *   </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;