smallrye / jandex

Java Annotation Indexer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add a builder for AnnotationInstance

Ladicek opened this issue · comments

Constructing AnnotationInstance manually is pretty ugly. Historically, that wasn't important, but Quarkus extensions (especially annotation transformations) do that pretty often. We could/should add a builder API that would make it much nicer.

Done in #209.