smallrye / jandex

Java Annotation Indexer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Runtime Invisible Annotations

MikeEdgar opened this issue · comments

We had an issue a few weeks back smallrye/smallrye-open-api#716 requesting information to be utilized from a @Retention(RetentionPolicy.CLASS) annotation. I'm curious if there is any interest in having runtime invisible annotations present in an index. I suppose the original reason for leaving them out was to more closely match reflection APIs, correct? Is this something that could be a candidate for version 3?

Done in #129.