summaryrefslogtreecommitdiff
path: root/sources/utils/VSClassLoader.java
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-05-29 20:30:46 +0000
committerPaul Buetow <paul@buetow.org>2008-05-29 20:30:46 +0000
commitdf1dbe48b99a5c86345a58d6da5727cb39547727 (patch)
tree6f3a83225f47592e94b1a1ba9953707f348ad21f /sources/utils/VSClassLoader.java
parenta4d12944746dcb4f9d1140dfd52c7d58b930c17d (diff)
new package documented.
Diffstat (limited to 'sources/utils/VSClassLoader.java')
-rw-r--r--sources/utils/VSClassLoader.java11
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
*