quarkusio/quarkus
Voir sur GitHubDocument and expose documentation of BuildItems in an automated fashion
Open
#6 983 ouverte le 4 févr. 2020
good first issuekind/enhancement
Métriques du dépôt
- Stars
- (12 967 stars)
- Métriques de merge PR
- (Merge moyen 6j 4h) (325 PRs mergées en 30 j)
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?).