Document and expose documentation of BuildItems in an automated fashion #6983
Open
Description
A big value of extensions is the BuildItem
model.
We need to document them so other extension writers can discover and use them.
They are also part of the extension contract.
- document all "public"
BuildItem
with adequate JavaDoc - build an anotation processor that will collect the
BuildItems
and generate a list of them per extension and a documentation (summary?).
Activity