leangen / geantyref

Advanced generic type reflection library with support for working with AnnotatedTypes (for Java 8+)
Apache License 2.0
99 stars 15 forks source link

TypeToken needs to return the hash of the type #21

Closed hgschmie closed 7 months ago

hgschmie commented 7 months ago

No idea why that worked for the original author. I needed this change to make the test pass.

hgschmie commented 7 months ago

just realized that #17 is an intentionally failing test. This is the fix for #17 then. ;-)