m-m-m / util

Mature Modular Meta-Framework
http://m-m-m.sourceforge.net
Apache License 2.0
10 stars 5 forks source link

Add ReflectionUtil.toStringSimple(Type) #154

Closed hohwille closed 9 years ago

hohwille commented 9 years ago

We should add the method ReflectionUtil.toStringSimple(Type) that should behave like ReflectionUtil.toString(Type) but print classes with simple name instead of qualified name.

hohwille commented 9 years ago

Done.