It would be helpful to include the constructor summary info from the javadoc. I tried querying the class as well as the /new method value.
(clojure.java.doc.api/javadoc-data-fn
"java.io.PushbackReader/new" nil)
(clojure.java.doc.api/javadoc-data-fn
"java.io.PushbackReader" nil)
I've integrated java.doc into my IDE and it's been very helpful. Thanks!