30db0f5fe16b71f0faa8b02c6e571a39921308ec
[utils] / support / general / src / site / xdoc / userguide.xml
1 <?xml version="1.0"?>
2 <!DOCTYPE document PUBLIC
3   "-//Apache Software Foundation//DTD XDOC 1.0//EN"
4   "http://maven.apache.org/dtd/xdoc_1_0.dtd">
5 <document>
6   <properties>
7     <title>Support/General Userguide</title>
8     <author email="erik@brakkee.org">Erik Brakkee</author>
9   </properties>
10   <body>
11     <section name="Overview">
12       <p>Utilities are available in the following areas:</p>
13       <ul>
14         <li>Caching</li>
15         <li>Conditions</li>
16         <li>Collections</li>
17         <li>Concurrency</li>
18         <li>General: TODO Rename to IOC</li>
19         <li>io</li>
20         <li>observer</li>
21         <li>persistence</li>
22         <li>reflection</li>
23         <li>xml</li>
24       </ul>
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-general</td>
36         </tr>
37       </table>
38     </section>
39
40   </body>
41 </document>