mirror of
https://gitee.com/dcren/initializr.git
synced 2026-02-25 21:22:58 +08:00
This commit exposes an additional protected method in ProjectGenerator that sub-classes can override to alter the list of `@ProjectGenerationConfiguration`-annotated types that are used to load candidate contributors. Closes gh-870