diff options
| author | Paul Buetow <paul@buetow.org> | 2008-05-29 20:30:46 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-05-29 20:30:46 +0000 |
| commit | df1dbe48b99a5c86345a58d6da5727cb39547727 (patch) | |
| tree | 6f3a83225f47592e94b1a1ba9953707f348ad21f /sources/utils/VSClassLoader.java | |
| parent | a4d12944746dcb4f9d1140dfd52c7d58b930c17d (diff) | |
new package documented.
Diffstat (limited to 'sources/utils/VSClassLoader.java')
| -rw-r--r-- | sources/utils/VSClassLoader.java | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/sources/utils/VSClassLoader.java b/sources/utils/VSClassLoader.java index 60b3c9d..8e7e860 100644 --- a/sources/utils/VSClassLoader.java +++ b/sources/utils/VSClassLoader.java @@ -4,17 +4,18 @@ */ package utils; - - -// TODO: Auto-generated Javadoc /** - * The Class VSClassLoader. + * The Class VSClassLoader. This class is used in order to create new objects + * by its classnames. + * + * @author Paul C. Buetow */ public class VSClassLoader extends ClassLoader { + /** The serial version uid */ private static final long serialVersionUID = 1L; /** - * New instance. + * Creates a new instance of the given classname. * * @param classname the classname * |
