diff options
| author | Benjamin Culkin <scorpress@gmail.com> | 2024-05-19 17:56:33 -0400 |
|---|---|---|
| committer | Benjamin Culkin <scorpress@gmail.com> | 2024-05-19 17:56:33 -0400 |
| commit | aedc34d55462a75e329bbf342251ff6504cd117e (patch) | |
| tree | bcc8f1f2352582717b484df302aeea6696b8f000 /projects/net.wotonomy.foundation/src/main/java/net/wotonomy/foundation/package.html | |
Initial import from SVN
Diffstat (limited to 'projects/net.wotonomy.foundation/src/main/java/net/wotonomy/foundation/package.html')
| -rw-r--r-- | projects/net.wotonomy.foundation/src/main/java/net/wotonomy/foundation/package.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/projects/net.wotonomy.foundation/src/main/java/net/wotonomy/foundation/package.html b/projects/net.wotonomy.foundation/src/main/java/net/wotonomy/foundation/package.html new file mode 100644 index 0000000..c52ca95 --- /dev/null +++ b/projects/net.wotonomy.foundation/src/main/java/net/wotonomy/foundation/package.html @@ -0,0 +1,18 @@ +<body> +<p> +A set of collections classes that are needed +by the ui and web packages. These correspond +to the foundation classes in the OpenStep +specification. +</p> +<p> +These classes for the most part extend their +java counterparts, adding methods to be API +compatible with the OpenStep specification. +In this way, they retain compatibility with +the Java Collections APIs. +</p> +<p> +This package has no external dependencies. +</p> +</body> |
