quarkusio/quarkus

Document and expose documentation of BuildItems in an automated fashion

Open

#6983 aperta il 4 feb 2020

Vedi su GitHub
 (8 commenti) (0 reazioni) (0 assegnatari)Java (2464 fork)batch import
good first issuekind/enhancement

Metriche repository

Star
 (12.967 star)
Metriche merge PR
 (Merge medio 6g 4h) (325 PR mergiate in 30 g)

Descrizione

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.

  1. document all "public" BuildItem with adequate JavaDoc
  2. build an anotation processor that will collect the BuildItems and generate a list of them per extension and a documentation (summary?).

Guida contributor