mirror of
https://gitee.com/dcren/initializr.git
synced 2026-06-23 00:52:10 +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