root/trunk/src/java/org/jcoderz/commons/util/package.xml

Revision 1011, 497 bytes (checked in by amandel, 4 years ago)

Aligned svn keyword settings.

  • Property svn:mime-type set to text/xml
  • Property svn:eol-style set to native
Line 
1<body>
2<section>
3   <title>Overview</title>
4
5   <para>This package contains utility classes that can be used by any
6   jCoderZ Java project.</para>
7
8   <para>
9   Classes in this package have only a dependency to
10   the JDK and the <classname>org.jcoderz.commons</classname> package.
11   Most of the classes are independent of each other.
12   </para>
13</section>
14
15<section>
16<title>API</title>
17
18   <apidoc name="util">
19      <class name="org.jcoderz.commons.util.*"/>
20   </apidoc>
21</section>
22
23</body>
Note: See TracBrowser for help on using the browser.