Releases: leangen/geantyref
Releases · leangen/geantyref
geanturef-v1.3.13
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog
and this project adheres to Semantic Versioning.
[1.3.13] - 2021-11-12
Added
- New method:
GenericTypeReflector.reduceBounded
that recursively reduces bounded (variables, wildcards & captures) types to the first bound
Fixed
Release v1.1.1 - A small feature and bug fixes
Changes:
- #2
getExactParameterTypes(...)
now works with constructors too - Fixed
hashCode()
inconsistency in variousType
implementations