Netflix-Skunkworks / rewrite

Distributed code search and refactoring for Java
Apache License 2.0
290 stars 30 forks source link

add interfaces to Type.Class #19

Closed gracew closed 7 years ago

gracew commented 7 years ago

Hi! I've found this library very useful and appreciate all the work that's gone into it so far.

One piece of information I'd like access to in Type.Class is the interfaces implemented by the class. I've made a PR here to plumb through this information from the Sun classes, but I'm not very familiar with the Sun API or with Kotlin, so please let me know if you have feedback.

jkschneider commented 7 years ago

Thanks for the contribution @gracew. This has been released with 1.3.0

gracew commented 7 years ago

amazing! thanks @jkschneider :)