cmoine / generic-enums

Attempt to implement https://openjdk.java.net/jeps/301 with annotation + processor
MIT License
8 stars 1 forks source link

Support non-generic interfaces #13

Closed cloudpay-simon closed 2 years ago

cloudpay-simon commented 2 years ago

This is a simple fix which adds support for non-generic interfaces.

cmoine commented 2 years ago

Nice improvement, thanks!