aboutsummaryrefslogtreecommitdiff
path: root/src/clojure/contrib/classpath.clj
diff options
context:
space:
mode:
Diffstat (limited to 'src/clojure/contrib/classpath.clj')
-rw-r--r--src/clojure/contrib/classpath.clj5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/clojure/contrib/classpath.clj b/src/clojure/contrib/classpath.clj
index e78686f5..a5a1a6d3 100644
--- a/src/clojure/contrib/classpath.clj
+++ b/src/clojure/contrib/classpath.clj
@@ -12,7 +12,10 @@
;; remove this notice, or any other, from this software.
-(ns clojure.contrib.classpath
+(ns
+ #^{:author "Stuart Sierra",
+ :doc "Utilities for dealing with the JVM's classpath"}
+ clojure.contrib.classpath
(:require [clojure.contrib.jar :as jar])
(:import (java.io File)
(java.util.jar JarFile)))