Closed hohwille closed 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.
ReflectionUtil.toStringSimple(Type)
ReflectionUtil.toString(Type)
Done.
We should add the method
ReflectionUtil.toStringSimple(Type)
that should behave likeReflectionUtil.toString(Type)
but print classes with simple name instead of qualified name.