Date: 2004-06-07T22:34:03
Editor: 203.197.93.226 <>
Wiki: Jakarta Cactus Wiki
Page: ApiDesignRules
URL: http://wiki.apache.org/jakarta-cactus/ApiDesignRules
no comment
Change Log:
------------------------------------------------------------------------------
@@ -12,7 +12,7 @@
* API package: a Java package that contains at least one API class or API interface.
The names of API packages are advertised in the documentation for that component;
where feasible, all other packages containing only implementation details have
"internal" in the package name. The names of API packages may legitimately appear in
client code. For the Cactus project, these are:
{{{
org.apache.cactus.foo.* - API
- org.apache.cactus.foo.internal.* - not API; internal implementation
+ org.apache.cactus.internal.foo.* - not API; internal implementation
packages
org.apache.cactus.sample.* - not API; these are examples
}}}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]