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

Implement getAnnotatedOwnerType() added in JDK9 #26

Closed kaqqao closed 1 week ago

kaqqao commented 7 months ago

getAnnotatedOwnerType() was added to the AnnotatedType interface in JDK9. It should be properly implemented, effectively bumping the version requirement.