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

Add support for Java 8 AnnotatedType #1

Closed kaqqao closed 8 years ago

kaqqao commented 8 years ago

Functions should be changed to work with AnnotatedTypes, where sensible and applicable.

kaqqao commented 8 years ago

Implemented in a somewhat heavy-handed way, but seems to be working. Needs more tests to actually prove it.