quarkusio/quarkus

Document and expose documentation of BuildItems in an automated fashion

开放

#6,983 创建于 2020年2月4日

 (8 条评论) (0 个反应) (0 位负责人)Java (2,464 个派生)batch import
good first issuekind/enhancement

仓库指标

星标
 (12,967 个星标)
PR 合并指标
 (平均合并 6天 4小时) (30 天内合并 325 个 PR)

描述

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?).

贡献者指南