mirror of
https://gitee.com/dcren/initializr.git
synced 2026-09-27 23:07:39 +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