mirror of
https://gitee.com/dcren/initializr.git
synced 2026-08-10 11:13:34 +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