Stephen
----- Original Message ----- From: "Henri Yandell" <[EMAIL PROTECTED]>
I committed this btw.
Hen
On Wed, 26 Jan 2005 17:34:39 -0500, Henri Yandell <[EMAIL PROTECTED]> wrote:I'd like to add ClassUtils.forName; to all intents and purposes the same as Class.forName except that:
1) It understands arrays ending with [] instead of the [L<class>; ugliness.
2) It can handle primitives, "int" would correctly return int.class.
3) (perhaps?) null-safe. No idea really, just throwing it in :)
Hen
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
