3.1.0 – Minor Enhancement and Bug Fixes
Changed
- Use
Class.getTypeName()
instead ofClass.getName()
inTypeContext.getFullTypeDescription()
.
Added
- In
TypeContext.resolve(Type)
also allow passing type parameters viaTypeContext.resolve(Type, Type...)
.
Fixed
NullPointerException
onMemberScope
representingvoid
methods.IndexOutOfBoundsException
when determining container item type of rawCollection
.