What steps will reproduce the problem?
1. Use one of the Type.for...() methods to return a type.
2. No method is available to determine isInterface().
3. WORKAROUND: use ClassUtils.isInterface(type.clazz) to determine if is
interface.
What is the expected output? What do you see instead?
Expect method directly on type object for determining interface
What version of the product are you using? On what operating system?
latest source
Please provide any additional information below.
Tiny feature improvement.
Original issue reported on code.google.com by carrymass on 10 Aug 2009 at 3:32
Original issue reported on code.google.com by
carrymass
on 10 Aug 2009 at 3:32