Hi folks, I had this problem that I needed to create class objects for things like "int" and "boolean", eg. the type specification that you would use for a variable declaration or method parameter. Since the normal Class.forName does not handle this really well, and commons-lang does not provide such a function (please correct me if I'm wrong here), I implemented it myself. Now I wonder, would this be useful enhancement to ClassUtils ? If so, I could provide a patch in BugZilla.
regards, Tom --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
