smallrye / jandex

Java Annotation Indexer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Provide ClassInfo.isInterface()

gsmet opened this issue · comments

While it's possible to use the flags() to check if a class is an interface, an isInterface() shortcut on ClassInfo would be nice.

Done in #188.