quarkusio/quarkus
Ver no GitHubDocument and expose documentation of BuildItems in an automated fashion
Open
#6.983 aberto em 4 de fev. de 2020
good first issuekind/enhancement
Métricas do repositório
- Stars
- (12.967 stars)
- Métricas de merge de PR
- (Mesclagem média 6d 4h) (325 fundiu PRs em 30d)
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"
BuildItemwith adequate JavaDoc - build an anotation processor that will collect the
BuildItemsand generate a list of them per extension and a documentation (summary?).