I've also added a :class-doc key to the macro -

(gen-class+javadoc
  :class-doc "Class Docs
                     <ul> <li> One </li> <li> Two </li> </ul>
                     "
  :name "a.b.c.MyCoolClass"
  :methods [
                  #^{:static true} [method1
[clojure.lang.PersistentArrayMap] int]
                  #^{:static true} [method2 [int int float]
clojure.lang.LazySeq]
                  #^{:static true} [method3 [] Object]
                  ])

Thanks

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to