mirror of
https://github.com/apache/commons-lang.git
synced 2025-02-07 02:28:25 +00:00
Added note that XxxUtils classes are not to be final.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137535 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7f7d37421a
commit
0786ecd354
@ -8,7 +8,7 @@
|
||||
<div align="center">
|
||||
<h1>The Jakarta Commons <em>Lang</em> Package</h1>
|
||||
<h2>Developers Guide</h2>
|
||||
$Id: DEVELOPERS-GUIDE.html,v 1.1 2002/12/22 21:07:35 scolebourne Exp $<br />
|
||||
$Id: DEVELOPERS-GUIDE.html,v 1.2 2003/07/30 23:54:33 bayard Exp $<br />
|
||||
<a href="#Introduction">[Introduction]</a>
|
||||
<a href="#PackageStructure">[Package Structure]</a>
|
||||
<a href="#UtilityClasses">[Utility Classes]</a>
|
||||
@ -58,6 +58,7 @@ <h3>3. UTILITY CLASSES</h3>
|
||||
<li>have a name consisting of the interface name plus 'Utils'</li>
|
||||
<li>deal with one class or interface and its variations (subclasses)</li>
|
||||
<li>provide methods that perform useful utility functions</li>
|
||||
<li>the class will not be final</li>
|
||||
</ul>
|
||||
|
||||
<p>A utility class can act as a factory for specific implementations of a class or
|
||||
|
Loading…
x
Reference in New Issue
Block a user