(no commit message)
[utils] / support / inject / src / site / xdoc / index.xml
1 <?xml version="1.0"?>
2 <document xmlns="http://maven.apache.org/XDOC/2.0"
3   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4   xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
5   
6   <properties>
7     <title>user guide</title>
8     <author email="erik@brakkee.org">Erik Brakkee</author>
9   </properties>
10   <body>
11     <section name="Overview">
12       <p>
13         This package provides the basic interfaces and utilities for generic dependency injection
14         into components. 
15       </p>
16       <ul>
17         <li><a href="apidocs/org/wamblee/inject/package-summary.html">inject</a></li>
18       </ul>
19       <div class="infoMessage"><strong>Note</strong>:
20         In production code, you will depend on this package to setup the injection, There should be
21         no dependency on an implementation of this package. The only requirement is that an
22         implementation must be available on the classpath of the application. 
23       </div>
24
25     </section>
26
27     <section name="Maven POM configuration">
28       <table>
29         <tr>
30           <th>groupId</th>
31           <th>artifactId</th>
32         </tr>
33         <tr>
34           <td>org.wamblee</td>
35           <td>wamblee-support-inject</td>
36         </tr>
37       </table>
38     </section>
39
40   </body>
41 </document>