Created
October 18, 2011 20:47
-
-
Save bhenry/1296675 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
=== public final java.lang.Class === | |
[ 0] static forName : Class (String) | |
;;subset of (clojure.contrib.repl-utils/show Class) | |
;; how do i use forName method. | |
(.forName Class "mystringhere") | |
;;results in | |
No matching field found: forName for class java.lang.Class |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment